C
cbrah
I have a datarange that looks something like this:
PO# Model# Serial#
444 SAS10 R27
444 LDM03 554
555 SAS10 R28
555 LDM03 556
I have a Store worksheet that I need to update that looks something like
this (the ? is the field I am trying to update:
A B C D
Store PO# SAS10 LDM03
Serial# Serial#
1 444 ? ?
2 555 ? ?
Each store is directly related to the datarange row by PO#. However, I need
to also match the Model#s in order to fill the Store worksheet question
marks. I know column C on the Store Worksheet will alway contain model#s
that include "SAS10". I would like my vlookup, or your suggested formula to
check 2 cells( Match both the PO# and the Model# from the data range). Is
there a way to do this?
PO# Model# Serial#
444 SAS10 R27
444 LDM03 554
555 SAS10 R28
555 LDM03 556
I have a Store worksheet that I need to update that looks something like
this (the ? is the field I am trying to update:
A B C D
Store PO# SAS10 LDM03
Serial# Serial#
1 444 ? ?
2 555 ? ?
Each store is directly related to the datarange row by PO#. However, I need
to also match the Model#s in order to fill the Store worksheet question
marks. I know column C on the Store Worksheet will alway contain model#s
that include "SAS10". I would like my vlookup, or your suggested formula to
check 2 cells( Match both the PO# and the Model# from the data range). Is
there a way to do this?