can anyone help?

Permabanned
Joined
22 Mar 2008
Posts
3,977
Location
Redditch
More people viewing this section so thought i might get a faster response.

Basically i have been left to do the balancing for work but our systems have gone down and i have to use excel to work it out.

what i need to know is what formula code to use to show if the totals are over or under.

balancing2.jpg
 
Last edited:
basically what it is, is we need to type in the code that shows if the totals are over or under....to see if opera or pdqs are over or under basically. I think its something like =IFN7>J7() something like that, sorry but i dont really understand either but ive been left with the job to work it out :/
 
Put this in cell O7

=IF(J7>N7,"Y","")

Put this in cell P7

=IF(N7>J7,"Y","")

Then drag them down to the bottom row.

This will test if the PDQ Total is greater than the Opera Total and put a Y in the PDQ Over cell, and test if Opera Total is greater than PDQ Total and put a Y in the Opera Over cell.

Is that what you need?
 
Back
Top Bottom