Hi Guys.
Please can you help me in working out the following:
I currently have the following if statement:
=IF(H3<=5,(D3*H3),((D3*5)+(H3-5)*E3))
Now there are three conditions.
If H3 is less then 1 then show value as 0.
If H3 is between 1 & 5 then do ((H3<=5,(D3*H3) in formula)
Otherwise H3 must be 5 or over and therefore do ( (D3*5)+(H3-5)*E3) in formula)
Cheers.
Any ideas. I only have to deal with one if statement and never with three conditions.
Bookmarks