#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BARRIOSWJ
 
Posts: n/a
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default IF formula

the Vlookup reply should work.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BARRIOSWJ
 
Posts: n/a
Default 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.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default IF formula

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

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
William Horton
 
Posts: n/a
Default 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.


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
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 07:03 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"