ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Help with Formula (https://www.excelbanter.com/excel-worksheet-functions/163569-re-help-formula.html)

JW[_2_]

Help with Formula
 
This what you are after?
=IF(AND(C12="Acceptable Level",C9-E9=1000000),C9-E9,E9-C9)

supersub15 wrote:
I need to create a formula that compares 2 amounts in cells C9 and E9.
If the difference between the 2 amounts is equal to or greater than
1000000 (1 million), then the answer to my question is "Yes".
Otherwise, it's no. I got this far:

=IF(AND(C12="Acceptable Level",LEN(C9-E9)=7),"Yes","No")

It works fine if the C9 is greater than E9. But if E9 C9, then the
minus (-) is counted as a character and I get a "Yes", even though the
amount is lower than 1000000.

1. I'm not sure how to fix this problem.
2. Would it be possible to display the difference amount (C9 - E9 OR
E9 - C9) instead of the "Yes"?

Thanks for any help.

Carl



supersub15

Help with Formula
 
On Oct 25, 3:01 pm, JW wrote:
This what you are after?
=IF(AND(C12="Acceptable Level",C9-E9=1000000),C9-E9,E9-C9)



supersub15 wrote:
I need to create a formula that compares 2 amounts in cells C9 and E9.
If the difference between the 2 amounts is equal to or greater than
1000000 (1 million), then the answer to my question is "Yes".
Otherwise, it's no. I got this far:


=IF(AND(C12="Acceptable Level",LEN(C9-E9)=7),"Yes","No")


It works fine if the C9 is greater than E9. But if E9 C9, then the
minus (-) is counted as a character and I get a "Yes", even though the
amount is lower than 1000000.


1. I'm not sure how to fix this problem.
2. Would it be possible to display the difference amount (C9 - E9 OR
E9 - C9) instead of the "Yes"?


Thanks for any help.


Carl- Hide quoted text -


- Show quoted text -





All times are GMT +1. The time now is 04:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com