Ask your own question, for FREE!
Mathematics 7 Online
OpenStudy (anonymous):

I need help performing calculations using microsoft excel 2013. Can anyone help me?

OpenStudy (anonymous):

Sure. whats your confusion?

OpenStudy (anonymous):

Instructions: Insert functions in the Pet Deposit column of the Summary worksheet to calculate the required pet deposit for each unit. If the unit has two or more bedrooms and was remodeled after 2008 the deposit is $125, if not it is $75.

OpenStudy (anonymous):

I'm not sure how to create a formula to put in the cells.

OpenStudy (anonymous):

I think you can use averageif http://www.techonthenet.com/excel/formulas/averageif.php

OpenStudy (anonymous):

Use the IF function. IF( <condition>, <value if true>, <value if false> ) It depends on what variables you use for the conditions. For the <condition> statement, you'll want "# of bedrooms> 2 AND remodel > 2008". The <true> value would then be "$125", and <false> would be "$75".

OpenStudy (anonymous):

yes thats also a way to do it

OpenStudy (anonymous):

If you have a column for both number of bedrooms and remodel year (say A and B, respectively), and a third column (C) for the deposit, you'd use \[\begin{array}{c|c|c|c} &A&B&C\\ \hline 1&x&y&\text{= IF(AND(A1>2, B1>2008), 125, 75)} \end{array}\]

OpenStudy (anonymous):

@sangya21 it's not "also" a way to do it. Your suggestion would take the average of the cells that satisfy the conditions you place. We don't want the average, we essentially want a yes/no response.

OpenStudy (anonymous):

@SithsAndGiggles My bad ;)

OpenStudy (anonymous):

A huge thanks to the both of you!!!

OpenStudy (anonymous):

@RainRein Anytime :)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!