Hi All,
I am trying to do the following: in my workbook H34 (It is actually H,I,J as those three fields are merged) is H12 (H,I,J) * 100
I need to write a formula so that if H34 is less thqn $2500 it will multiply the number of locations (H12 x $100), but if H34 is $2500 or more it will enter the number $2500 (in other words it is number of locations H12 X $100 with a cap of $2500.00)
Here is the formula I cam up with that of course does not work. (I don't understand how to put the original H12*100 into the formula)
=H12*100,IF(H34<2500,"G12*100",IF(H34>=2500,"2500",))
If anyone can assist me I will truly appreciate it.
Thank you
hipmrc
I am trying to do the following: in my workbook H34 (It is actually H,I,J as those three fields are merged) is H12 (H,I,J) * 100
I need to write a formula so that if H34 is less thqn $2500 it will multiply the number of locations (H12 x $100), but if H34 is $2500 or more it will enter the number $2500 (in other words it is number of locations H12 X $100 with a cap of $2500.00)
Here is the formula I cam up with that of course does not work. (I don't understand how to put the original H12*100 into the formula)
=H12*100,IF(H34<2500,"G12*100",IF(H34>=2500,"2500",))
If anyone can assist me I will truly appreciate it.
Thank you
hipmrc