Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Urgent Request. please help

Hello
This is kind of urgent, as I have this request from my manager.
What I have is a excel sheet with numbers raning from $1 to $million dollars.
and we have to bucket them up and label them A, B , C .....
ex.. Range 1-- any $ amount between (1 and 10,000)--is A.
Range 2-- any $ amount between (10,000 and 100,000)--is B.
Range 3-- any $ amount between (100,000 and 1million)--is C
Range 4-- any $ amount between (1million and 5million)--is D
Range 5-- any $ amount over 5million--is E.

Can you please help me with this. I tried using the help section, but wan't
able to find any useful info.

Thanks a lot for your help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Urgent Request. please help

Is this what you're looking for?

=IF(A1<10000,"A",IF(A1<100000,"B",IF(A1<1000000,"C ",IF(A1<5000000,"D","E"))))

This assumes your range of numbers starts in A1. Enter into an adjacent
column, then copy down as needed.

HTH,
Elkar


"pooja" wrote:

Hello
This is kind of urgent, as I have this request from my manager.
What I have is a excel sheet with numbers raning from $1 to $million dollars.
and we have to bucket them up and label them A, B , C .....
ex.. Range 1-- any $ amount between (1 and 10,000)--is A.
Range 2-- any $ amount between (10,000 and 100,000)--is B.
Range 3-- any $ amount between (100,000 and 1million)--is C
Range 4-- any $ amount between (1million and 5million)--is D
Range 5-- any $ amount over 5million--is E.

Can you please help me with this. I tried using the help section, but wan't
able to find any useful info.

Thanks a lot for your help.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 112
Default Urgent Request. please help

AN easy way is to use The IF associated with AND Function (in excel 2003 you
can use 7 nested if functions, though you only need 5 of them). For an
example look for the AND function in the HELP section and for nested IF
functions.


"pooja" wrote:

Hello
This is kind of urgent, as I have this request from my manager.
What I have is a excel sheet with numbers raning from $1 to $million dollars.
and we have to bucket them up and label them A, B , C .....
ex.. Range 1-- any $ amount between (1 and 10,000)--is A.
Range 2-- any $ amount between (10,000 and 100,000)--is B.
Range 3-- any $ amount between (100,000 and 1million)--is C
Range 4-- any $ amount between (1million and 5million)--is D
Range 5-- any $ amount over 5million--is E.

Can you please help me with this. I tried using the help section, but wan't
able to find any useful info.

Thanks a lot for your help.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Urgent Request. please help

Thanks for your help...
i used the IF function with and function..and it worked....once again thanks
for your help.

"andreA" wrote:

AN easy way is to use The IF associated with AND Function (in excel 2003 you
can use 7 nested if functions, though you only need 5 of them). For an
example look for the AND function in the HELP section and for nested IF
functions.


"pooja" wrote:

Hello
This is kind of urgent, as I have this request from my manager.
What I have is a excel sheet with numbers raning from $1 to $million dollars.
and we have to bucket them up and label them A, B , C .....
ex.. Range 1-- any $ amount between (1 and 10,000)--is A.
Range 2-- any $ amount between (10,000 and 100,000)--is B.
Range 3-- any $ amount between (100,000 and 1million)--is C
Range 4-- any $ amount between (1million and 5million)--is D
Range 5-- any $ amount over 5million--is E.

Can you please help me with this. I tried using the help section, but wan't
able to find any useful info.

Thanks a lot for your help.

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
Simplifying my previous Request for Assistance Links and Linking in Excel 0 July 5th 06 11:11 PM
VB script in Excel object in Powerpoint (Urgent) epak Excel Discussion (Misc queries) 1 March 24th 06 05:04 PM
VLOOKUP - problem in stock request sonar Excel Worksheet Functions 2 August 19th 05 04:47 PM
Urgent Urgent Urgent!!! Ruslan Excel Discussion (Misc queries) 6 March 30th 05 02:59 PM
How to Create an Excel Macro to send a meeting request. DM HD Excel Discussion (Misc queries) 2 February 28th 05 02:39 PM


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

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"