Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How do I locate a value in an array (Ex. Check to see if B2 from sheet1
equals a value in column C of sheet 2) then return the corresponding value in a different array if they equal ( B2 on sheet 1 equals C23 in column C, so the returned value is the value of the corresponding value in column D, for this example D23)? |
#2
![]() |
|||
|
|||
![]()
enter in sheet1 cell C2
=VLOOKUP(B2,Sheet2!C1:D30,2,FALSE) In this example the columns are only 30 cells deep the 2 stands for the second column in the range C1:D30 -- Greetings from New Zealand Bill K "sisko101" wrote in message ... How do I locate a value in an array (Ex. Check to see if B2 from sheet1 equals a value in column C of sheet 2) then return the corresponding value in a different array if they equal ( B2 on sheet 1 equals C23 in column C, so the returned value is the value of the corresponding value in column D, for this example D23)? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Searching for a criteria in array of cells within an IF statement | Excel Worksheet Functions | |||
Pass an array to Rank | Excel Worksheet Functions | |||
Where is the bug in my array? | Excel Discussion (Misc queries) | |||
Formula to list unique values | Excel Worksheet Functions | |||
VBA Import of text file & Array parsing of that data | Excel Discussion (Misc queries) |