IF Statements

J

Joe

Hi

I'm trying to write this if statement to calulate a minimum charge of £90
for 0-3hrs
=IF(N95=0,0,IF(N95<=3,90,N95*30)) however it's calculating £30 per hour
instead of charging the minimum charge.
I think the problem is that i'm going off monthly totals and should be using
a Vlookup to search the columbs for results? I'm unsure how to do this and
hopw it would fit with the formula i'm currently using.

Any help would be of great assistance
 
G

Gary Brown

The formula is fine. You simply have to make sure that the hours you want to
change ARE IN cell N95. It CAN be a total. It CAN be a vlookup.
BUT it has to be in the cell you're looking at. ie N95.

--
Hope this helps.
If this post was helpfull, please remember to click on the ''''YES''''
button at the bottom of the screen.
Thanks,
Gary Brown
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top