IF Formula

B

Barny

Hi, I'm not that good on excel so would appreciate some help.

Basically I need the formula to

A. Budget = £100
B. Spend = x
C. Left = X
D. Over Budget = amount which is over the over the budget i.e A - B = C, if B>A then show the difference - does that make sense?

Any help gratefully received
 
B

Bob Greenblatt

Hi, I'm not that good on excel so would appreciate some help.

Basically I need the formula to

A. Budget = £100
B. Spend = x
C. Left = X
D. Over Budget = amount which is over the over the budget i.e A - B = C, if
B>A then show the difference - does that make sense?

Any help gratefully received
In column D:
=if(b1>a1,b1-a1,"")
 

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