Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 275
Default Incorporate adjacent cells after performing a VLOOKUP

I'm trying to do a VLOOKUP of a location and get the Latitude and Longitude
of the corresponding location number.
A B C D
E F
20896 (E4) (F4) 129 -112.18494
33.48041
37389 130 -111.93492
33.41625
9080937 131 -111.84007
33.4151
9080937 20896 -112.1257
33.50237

So what I've got so far is =VLOOKUP($A1,A:D,2,FALSE). This finds the 20896
value in column B, but what I want to do next is put the values of E4 in B4
and F4 in C4. I can do this individually or with a LOOKUP function, but with
over 56,000 values I don't really have that kind of time. Thank you.

Anthony
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Incorporate adjacent cells after performing a VLOOKUP

sounds like you want B1 to be =VLOOKUP(A1,D:F,2,0) and C1 to be
=VLOOKUP(A1,D:F,3,0)... then paste down the rows...

"Anthony" wrote:

I'm trying to do a VLOOKUP of a location and get the Latitude and Longitude
of the corresponding location number.
A B C D E F
20896 (E4) (F4) 129 -112.18494 33.48041
37389 130 -111.93492 33.41625
9080937 131 -111.84007 33.4151
9080937 20896 -112.1257 33.50237

So what I've got so far is =VLOOKUP($A1,A:D,2,FALSE). This finds the 20896
value in column B, but what I want to do next is put the values of E4 in B4
and F4 in C4. I can do this individually or with a LOOKUP function, but with
over 56,000 values I don't really have that kind of time. Thank you.

Anthony

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 275
Default Incorporate adjacent cells after performing a VLOOKUP

Sean, Thank you very much! That worked perfectly!
Anthony

"Sean Timmons" wrote:

sounds like you want B1 to be =VLOOKUP(A1,D:F,2,0) and C1 to be
=VLOOKUP(A1,D:F,3,0)... then paste down the rows...

"Anthony" wrote:

I'm trying to do a VLOOKUP of a location and get the Latitude and Longitude
of the corresponding location number.
A B C D E F
20896 (E4) (F4) 129 -112.18494 33.48041
37389 130 -111.93492 33.41625
9080937 131 -111.84007 33.4151
9080937 20896 -112.1257 33.50237

So what I've got so far is =VLOOKUP($A1,A:D,2,FALSE). This finds the 20896
value in column B, but what I want to do next is put the values of E4 in B4
and F4 in C4. I can do this individually or with a LOOKUP function, but with
over 56,000 values I don't really have that kind of time. Thank you.

Anthony

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 question utilizing the right and left of a given column ineed the mid too dont know how to incorporate. TIA for help EP Excel Worksheet Functions 1 May 31st 07 04:11 AM
Performing arithmetic functions to cells with number and text Arithmetic functions with embedded text Excel Discussion (Misc queries) 4 May 15th 07 03:36 PM
Performing calculations on only cells with data Nat Excel Worksheet Functions 3 May 7th 07 07:56 PM
Performing a function on visible cells only in a range creative Excel Discussion (Misc queries) 2 April 9th 07 05:14 PM
HOW CAN I INCORPORATE A YES/NO CHECK BOX IN EXCEL CELLS WHITT Excel Worksheet Functions 0 January 25th 07 04:33 AM


All times are GMT +1. The time now is 10:26 AM.

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"