#1   Report Post  
DWadding
 
Posts: n/a
Default IF Fomula

I would like to add a formula that contains an IF statement

I have a bill due when the liability equals over $500.

I have columns for each bill and a row totaling the due for that bill, where
I would like the next row down to be the amount due, when over $500.

Here is an example

Bue this bill A10:250.00 B10:100.00 C10: 175.00

So I would like row 11 to look like this A11:$0 B11: $0 C11 $525.00

I know that I can have the formula for A11 =IF(A10500),"???","0" and it
will put the 0 for nothing due, but I don't know what to put in the ???
section to get it to pull the A10 if A10 over 500.

I think the formula for B11 would look something like
=IF(A10+B10500),"???","0", but again I don't know what to put into the ???
section.

I hope this make some sence to someone.

DW
  #2   Report Post  
Chad
 
Posts: n/a
Default

Maybe you're looking for something such as the following:

IF(C11500,C11-500,0)
This formula checks cell C11 and if the value is greater than 500, it will
return the cell value less 500, else it will return zero. Hope this helps!

-Chad

"DWadding" wrote:

I would like to add a formula that contains an IF statement

I have a bill due when the liability equals over $500.

I have columns for each bill and a row totaling the due for that bill, where
I would like the next row down to be the amount due, when over $500.

Here is an example

Bue this bill A10:250.00 B10:100.00 C10: 175.00

So I would like row 11 to look like this A11:$0 B11: $0 C11 $525.00

I know that I can have the formula for A11 =IF(A10500),"???","0" and it
will put the 0 for nothing due, but I don't know what to put in the ???
section to get it to pull the A10 if A10 over 500.

I think the formula for B11 would look something like
=IF(A10+B10500),"???","0", but again I don't know what to put into the ???
section.

I hope this make some sence to someone.

DW

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
To copy fomula jojo Excel Worksheet Functions 7 July 21st 05 07:45 PM
stop automatically changing fomula ... caryn Excel Worksheet Functions 2 June 2nd 05 04:33 PM
Viewing the whole path and not the fomula Microsoft Excel Discussion (Misc queries) 0 January 14th 05 01:10 PM
To get fomula to display a Zero Geo Excel Discussion (Misc queries) 1 December 30th 04 11:59 PM
How to get cell value with the ID from a fomula? mqiao Excel Discussion (Misc queries) 1 December 16th 04 11:21 PM


All times are GMT +1. The time now is 09:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"