#1   Report Post  
Posted to microsoft.public.excel.misc
cpontrelli
 
Posts: n/a
Default Formula Help


I recently have recently started using Excell to keep track of things in
my side job as a video game reviewer, and have encountered a problem. I
need to find a way for Excel to sort through a list of 60 (the numbers
are not 1-60, there is just 60 total numbers) numbers and assign a name
to them in groups of 12. The numbers are not in order. So in other
words, lets say the list was literally the numbers 1-60; I want it to
look for any numbers that fall within 1-12 and name them "Group A",
look for any numbers that fall within 13-24 and name them "Group B",
and so on and so forth. Any Help would be greatly appreciated! Thank
you!


--
cpontrelli
------------------------------------------------------------------------
cpontrelli's Profile: http://www.excelforum.com/member.php...o&userid=34056
View this thread: http://www.excelforum.com/showthread...hreadid=538203

  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default Formula Help

This formula in the cell next to a number cell would do it:
=IF(A1<=12,"Group A","Group B")
....where A1 contains a number from 1-24.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default Formula Help

Try this:

=IF(RANK(A1,$A$1:$A$60,1)<=12,"Group A",IF(RANK(A1,$A$1:$A$60,1)<=24,"Group
B",IF(RANK(A1,$A$1:$A$60,1)<=36,"Group C",IF(RANK(A1,$A$1:$A$60,1)<=48,"Group
D","Group E"))))

HTH,
Elkar


"cpontrelli" wrote:


I recently have recently started using Excell to keep track of things in
my side job as a video game reviewer, and have encountered a problem. I
need to find a way for Excel to sort through a list of 60 (the numbers
are not 1-60, there is just 60 total numbers) numbers and assign a name
to them in groups of 12. The numbers are not in order. So in other
words, lets say the list was literally the numbers 1-60; I want it to
look for any numbers that fall within 1-12 and name them "Group A",
look for any numbers that fall within 13-24 and name them "Group B",
and so on and so forth. Any Help would be greatly appreciated! Thank
you!


--
cpontrelli
------------------------------------------------------------------------
cpontrelli's Profile: http://www.excelforum.com/member.php...o&userid=34056
View this thread: http://www.excelforum.com/showthread...hreadid=538203


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 01:08 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"