Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
eioval
 
Posts: n/a
Default look up number in column

I have a spread sheet with three columns. I need to type a number and look up
a number in a cell. My objective is to look up number a column and retreive
the next largest number from that cell. Ignoring remaining numbers in the
column. The column is in ascending order.

cell k10: input number cell example 500
column a: b: c:
1 44 200
2 35 330
3 44 485
4 38 499
5 28 510
6 55 590

I need to return the number 510

thanks Jimmy Lavoie


  #2   Report Post  
KL
 
Posts: n/a
Default

Hi,

Try this:

=INDEX($C$1:$C$6,MATCH(K10,$C$1:$C$6)+1)

Regards,
KL


"eioval" wrote in message
...
I have a spread sheet with three columns. I need to type a number and look
up
a number in a cell. My objective is to look up number a column and
retreive
the next largest number from that cell. Ignoring remaining numbers in the
column. The column is in ascending order.

cell k10: input number cell example 500
column a: b: c:
1 44 200
2 35 330
3 44 485
4 38 499
5 28 510
6 55 590

I need to return the number 510

thanks Jimmy Lavoie




  #3   Report Post  
eioval
 
Posts: n/a
Default

THANKS!!

"KL" wrote:

Hi,

Try this:

=INDEX($C$1:$C$6,MATCH(K10,$C$1:$C$6)+1)

Regards,
KL


"eioval" wrote in message
...
I have a spread sheet with three columns. I need to type a number and look
up
a number in a cell. My objective is to look up number a column and
retreive
the next largest number from that cell. Ignoring remaining numbers in the
column. The column is in ascending order.

cell k10: input number cell example 500
column a: b: c:
1 44 200
2 35 330
3 44 485
4 38 499
5 28 510
6 55 590

I need to return the number 510

thanks Jimmy Lavoie





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
Arithmetical Mode of Criteria in Multiple Non-Adjacent columns Sam via OfficeKB.com Excel Worksheet Functions 4 July 14th 05 09:15 PM
need column with 00:00:00 like stopwatch x's a number donemonthly Blusty Excel Discussion (Misc queries) 1 July 5th 05 09:42 PM
How to group similar column titles together???? vrk1 Excel Discussion (Misc queries) 2 April 30th 05 12:17 AM
How do I sort a column a unique number? ChelleA Excel Worksheet Functions 7 February 19th 05 10:38 AM
Number of Column Limitations kbarrios Excel Discussion (Misc queries) 2 January 6th 05 03:12 PM


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