Hi Melanie!
The IF function has the syntax:
=IF(logical_test,value_if_true,value_if_false)
So in this case the logical test is:
"is A13>F5"
This test returns TRUE or FALSE. If TRUE it will return 0
If FALSE it returns C7*F6
Now if this formula is copied down the use of absolute referencing
signs $ before both column and row letters of F5 and C7 and F6 will
mean that the formula will always look at those cells. But the use of
the relative reference of A13 means that if it is copied down one cell
the formula will now refer to A14. If copied across on cell it would
refer to B13.
For a discussion of referencing see:
Chip Pearson:
http://www.cpearson.com/excel/relative.htm
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
Melanie said:
I need to find out how to read a formula. Is there a place to go on
the web or help bar in excel to find out what all the symbols mean?