ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   IF formula (https://www.excelbanter.com/excel-worksheet-functions/85415-if-formula.html)

BARRIOSWJ

IF formula
 
Let's try this again!
This is what I want to do.

I want a cell to put the following

If E2 (contains the invoice amount) is between $0 and $50 put "$0 -
$50.00" in the cell.
If E2 is between $50.01 - $100 put "$50 -$100"
If E2 is between $100.01 - $500 put "$100 - $500"
If E2 is between $500.01 - $1000.00 put $500 - $1000"
And if it's over $1000.01 then put "1000+"

How do I make this into a formula?
--
Thanks for your help!

Walter

[email protected]

IF formula
 
the Vlookup reply should work.


BARRIOSWJ

IF formula
 
Can you create the formula for me using the Vlookup? Please? Thanks.
--
Thanks for your help!

Walter


" wrote:

the Vlookup reply should work.



[email protected]

IF formula
 
Pretty sure it was in your previous thread! Sorry:)


William Horton

IF formula
 
Is this what you are looking for ???

=IF(AND(E2=0,E2<=50),"$0 - $50.00",IF(AND(E2=50.01,E2<=100),"$50.01 -
$100",IF(AND(E2=100.01,E2<=500),"$100.01 -
$500",IF(AND(E2=500.01,E2<=1000),"$500.01 -
$1,000.00",IF(E2=1000.01,"1,000+","Other")))))

"BARRIOSWJ" wrote:

Can you create the formula for me using the Vlookup? Please? Thanks.
--
Thanks for your help!

Walter


" wrote:

the Vlookup reply should work.




All times are GMT +1. The time now is 09:53 PM.

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