P
pmg2003
I am trying to create a function that searches thru a column on a seperate
sheet and finds the value in the next column over and the next row down.
when i enter a number on column A on sheet 1 it look in column A on sheet2
and once it finds a match it skips over one column and then one row down to
get that value to fill in column B on sheet 1
If
Sheet1:A1 = 90125
go to sheet 2 and find that value in Column A
Sheet2:A10 = 90125
Go one column over and on row down
Sheet2:B11 = ABWH
then use that value in sheet 1,
Sheet1:B1 = ABWH
tia,
Paul
sheet and finds the value in the next column over and the next row down.
when i enter a number on column A on sheet 1 it look in column A on sheet2
and once it finds a match it skips over one column and then one row down to
get that value to fill in column B on sheet 1
If
Sheet1:A1 = 90125
go to sheet 2 and find that value in Column A
Sheet2:A10 = 90125
Go one column over and on row down
Sheet2:B11 = ABWH
then use that value in sheet 1,
Sheet1:B1 = ABWH
tia,
Paul