The format for If is query, return if true, return if false.
In this instance, it checks to see if p18 is "qa" , if so it returns 40 if not, it checks again to see if it's "sa", if so it returns 20, if not it returns 0
If the only options are qa and sa, you could simplify to
=IF(A2="qa",40,20)
=IF(p18="qa",40,(IF(p18="sa",20,0)))The format for If is query, return if true, return if false.In this instance, it checks to see if p18 is "qa" , if so it returns 40if not, it checks again to see if it's "sa", if so it returns 20, if not it returns
hi if I understand correct what you need place the following in q18 cell =IF(P18="QA";40;IF(P18="A";-20;""))
if the formula doesn't work at all replace ; with ,
hi if I understand correct what you need place the following in q18 cell=IF(P18="QA";40;IF(P18="A";-20;""))if the formula doesn't work at all replace ; with ,
Lori 06 Feb 07:57 PS: Please get your interest rates spreadsheet more accurate at predicting changes :|
It got the top of the market dead right though, "Not Long Now" market to lose 1000pts this week.
lol
Lori 06 Feb 07:57 PS: Please get your interest rates spreadsheet more accurate at predicting changes :|It got the top of the market dead right though, "Not Long Now" market to lose 1000pts this week.lol