[whoops - sorry should have put absolute cell referencing in the title - sorry mods]
please can someone assist me as i am really stuck with a spreadsheet calculation question
Use a suitable formula to calculate : money each person has paid
spreadsheet with other data is attached.
can someone explain to me how they calculate it also, as i know i have to use absolute cell referencing but getting confused with where and how
thanks alot
Last edited by excelhelpme; 09-06-2008 at 01:08 PM. Reason: title change
Homework question?
if H2 and I2 both = TRUE then the value is 35 ......... = IF(AND(H2=TRUE,I2=TRUE),35
If they do not both =TRUE but H2 = TRUE then the value is 7.......... =IF(H2=TRUE,7
if non of the cells = TRUE then the value is 0 .......... = IF(H2=TRUE,7,0)
=IF(AND(H2=TRUE,I2=TRUE),35,IF(H2=TRUE,7,0))
Last edited by davesexcel; 09-06-2008 at 12:54 PM.
Or, in J2 and copy down, =H2 * $F$25 + I2 * $F$26
Is it too late to drop this class?IF statements are waaaay to complex for me to grasp
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks