L
Lost_in_Excel
Can somebody advise a newbie please?
I've got three IF functions that I am trying to combine:
=IF(B5>125000,SUM(B5*0.01),)
=IF(B5>250000,SUM(B5*0.05),)
=IF(B5>500000,SUM(B5*0.08),)
I keep hitting syntax errors and when I do combine two arguments the formula
doesn't work properly...
I've got three IF functions that I am trying to combine:
=IF(B5>125000,SUM(B5*0.01),)
=IF(B5>250000,SUM(B5*0.05),)
=IF(B5>500000,SUM(B5*0.08),)
I keep hitting syntax errors and when I do combine two arguments the formula
doesn't work properly...