Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 48
Default Formula VLOOKUP I think

I have a set of numbers in column AG.

0.3411
0.5423
0.3310
0.9062
1.2282
0.8350
0.7205
0.8818
0.6557
0.6424
0.5358
0.4751
0.4319
0.3756
0.3713
0.3413 Formula here is in cell AK5207

I am playing with VLOOKUP to try and find the closest number from the
list which matches cell AG5207 which is 0.3413

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Formula VLOOKUP I think

find the closest number from the list which
matches cell AG5207 which is 0.3413


What result do you expect? 0.3413 is in your list (unless I'm reading the
post incorrectly) so it is the closest match.


--
Biff
Microsoft Excel MVP


"rhhince" wrote in message
...
I have a set of numbers in column AG.

0.3411
0.5423
0.3310
0.9062
1.2282
0.8350
0.7205
0.8818
0.6557
0.6424
0.5358
0.4751
0.4319
0.3756
0.3713
0.3413 Formula here is in cell AK5207

I am playing with VLOOKUP to try and find the closest number from the
list which matches cell AG5207 which is 0.3413



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 48
Default Formula VLOOKUP I think

The result I am expecting is the number .3411 from the top of the list
to showup in cell AK5207



On Jan 16, 10:31 pm, "T. Valko" wrote:
find the closest number from the list which
matches cell AG5207 which is 0.3413


What result do you expect? 0.3413 is in your list (unless I'm reading the
post incorrectly) so it is the closest match.

--
Biff
Microsoft Excel MVP

"rhhince" wrote in message

...

I have a set of numbers in column AG.


0.3411
0.5423
0.3310
0.9062
1.2282
0.8350
0.7205
0.8818
0.6557
0.6424
0.5358
0.4751
0.4319
0.3756
0.3713
0.3413 Formula here is in cell AK5207


I am playing with VLOOKUP to try and find the closest number from the
list which matches cell AG5207 which is 0.3413


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Formula VLOOKUP I think

Try this array formula** :

=INDEX(A1:A15,MATCH(MIN(ABS(A1:A15-D1)),ABS(A1:A15-D1),0))

Where D1 = 0.3413

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)


--
Biff
Microsoft Excel MVP


"rhhince" wrote in message
...
The result I am expecting is the number .3411 from the top of the list
to showup in cell AK5207



On Jan 16, 10:31 pm, "T. Valko" wrote:
find the closest number from the list which
matches cell AG5207 which is 0.3413


What result do you expect? 0.3413 is in your list (unless I'm reading the
post incorrectly) so it is the closest match.

--
Biff
Microsoft Excel MVP

"rhhince" wrote in message

...

I have a set of numbers in column AG.


0.3411
0.5423
0.3310
0.9062
1.2282
0.8350
0.7205
0.8818
0.6557
0.6424
0.5358
0.4751
0.4319
0.3756
0.3713
0.3413 Formula here is in cell AK5207


I am playing with VLOOKUP to try and find the closest number from the
list which matches cell AG5207 which is 0.3413




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
Vlookup formula Gor_yee Excel Discussion (Misc queries) 3 June 27th 07 02:07 PM
If/then and Vlookup formula Ashley Excel Discussion (Misc queries) 6 March 12th 07 07:33 PM
Excel 2002 VLOOKUP formula or other formula Serge Excel Discussion (Misc queries) 4 February 26th 07 03:56 PM
Vlookup using a formula possible? sverre Excel Worksheet Functions 1 August 23rd 06 02:10 PM
HELP!!! VLOOKUP Formula Help wnfisba Excel Discussion (Misc queries) 11 June 23rd 06 06:29 PM


All times are GMT +1. The time now is 11:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"