Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP question utilizing the right and left of a given column ineed the mid too dont know how to incorporate. TIA for help | Excel Worksheet Functions | |||
Performing arithmetic functions to cells with number and text | Excel Discussion (Misc queries) | |||
Performing calculations on only cells with data | Excel Worksheet Functions | |||
Performing a function on visible cells only in a range | Excel Discussion (Misc queries) | |||
HOW CAN I INCORPORATE A YES/NO CHECK BOX IN EXCEL CELLS | Excel Worksheet Functions |