If the earlier did answer your original query,
pl take a moment to press the "Yes" button below
As for your new query, my thoughts would be to try something along these
lines, indicatively:
=
IF(ISNA(MATCH(1)),IF(MATCH(2)),
IF(ISNA(MATCH(3)),IF(ISNA(MATCH(4)),
INDEX(ColE,MATCH(4)),INDEX(ColE,MATCH(3)),
INDEX(ColE,MATCH(2)),INDEX(ColE,MATCH(1)))
where 1,2,3,4 would contain the sequential checks on the 4 cols
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"deeds" wrote:
Thanks much! Sorry to expand this, (I thought I would be able to get it by
your example)..anyways, here is exactly what I am trying to do:
Columns A, B, C, D I want to search those 4 columns, if it finds a specific
product number in ANY of those columns, bring back the corresponding text in
column E. The product number will only show up in one of those columns. Any
ideas?
Thanks again!