J
Joe
What I have is 5 columns of data
A=Part number B=Cost C=Qty D=Quoted E=Comments
123 1.00 1 History
456 .50 7 History
123 1.50 1
789 2.50 5 History
123 .75 1
456 1.00 7
What I'm trying to do is if the word History is in the
Comments column use the Part number to see if the same
part number exists elsewhere on the spreadsheet without
History in the Comments, if so say yes in the Quoted
column but only in the row that says History. Is this
possible to do? I tried using IF(E2="History",MATCH
(A2,A2:A7),D2,"Yes") but couldn't figure how to get the
thing tot work. Any help is appreciated.
TIA
Joe
A=Part number B=Cost C=Qty D=Quoted E=Comments
123 1.00 1 History
456 .50 7 History
123 1.50 1
789 2.50 5 History
123 .75 1
456 1.00 7
What I'm trying to do is if the word History is in the
Comments column use the Part number to see if the same
part number exists elsewhere on the spreadsheet without
History in the Comments, if so say yes in the Quoted
column but only in the row that says History. Is this
possible to do? I tried using IF(E2="History",MATCH
(A2,A2:A7),D2,"Yes") but couldn't figure how to get the
thing tot work. Any help is appreciated.
TIA
Joe