Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
irwinko
 
Posts: n/a
Default if functions with more than 7 ifs (ranges are possible?)

ok in one cell that i have there could be a possibility of 1-14 and i want
for example if i enter 1 or 2 in another cell it will come up 0, then for 3
or 4 or 5 it to come up 1, then for 6 or 7 or 8 or 9 it to come up 2. Is this
at all possible because i can't seem to get it to work
  #2   Report Post  
arno
 
Posts: n/a
Default

hi irwinko,
ok in one cell that i have there could be a possibility of 1-14 and i
want for example if i enter 1 or 2 in another cell it will come up 0,
then for 3 or 4 or 5 it to come up 1, then for 6 or 7 or 8 or 9 it to
come up 2. Is this at all possible because i can't seem to get it to
work


this is by design. use vlookup instead. see help for details.

arno

  #3   Report Post  
Mangesh Yadav
 
Posts: n/a
Default

=IF(AND(A1=1,A1<=2),0,IF(AND(A1=3,A1<=5),1,IF(AN D(A1=6,A1<=9),2,3)))


- Mangesh



"irwinko" wrote in message
...
ok in one cell that i have there could be a possibility of 1-14 and i want
for example if i enter 1 or 2 in another cell it will come up 0, then for

3
or 4 or 5 it to come up 1, then for 6 or 7 or 8 or 9 it to come up 2. Is

this
at all possible because i can't seem to get it to work



  #4   Report Post  
Duke Carey
 
Posts: n/a
Default

=CHOOSE(A1,0,0,1,1,1,2,2,2,3,3,3,4,4,4)

where A1 is the cell with the # 1-14


"irwinko" wrote:

ok in one cell that i have there could be a possibility of 1-14 and i want
for example if i enter 1 or 2 in another cell it will come up 0, then for 3
or 4 or 5 it to come up 1, then for 6 or 7 or 8 or 9 it to come up 2. Is this
at all possible because i can't seem to get it to 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
3 questions about automated c++ com add-in worksheet functions gert Excel Worksheet Functions 0 March 10th 05 10:57 AM
# of Functions per cell SUB-ZERO Excel Worksheet Functions 3 January 23rd 05 11:35 PM
Problem with graph ranges No Such Luck Charts and Charting in Excel 6 December 3rd 04 02:09 PM
compare unique identifiers in multiple ranges bawilli_91125 Charts and Charting in Excel 1 November 30th 04 07:34 PM
Named dynamic ranges, copied worksheets and graph source data WP Charts and Charting in Excel 1 November 28th 04 06:19 PM


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