R
res520
I’m still finding my feet with excel formulas and wondered if anyone a
bit more knowledgeable could offer some advice.
I’m trying to duplicate values from a list, and have the formula
=IF(EXACT(A2,I2),"",J2=B2)
Column A contains a part number and column I contains the result of a
VLOOKUP formula (copy of the part number). I have several other columns
where I need to extract/copy the contents of the lines where the
VLOOKUP has returned the part number – hence the IF EXACT part.
Columns B,C,D,E,F,G,H contain the part details and I am trying to copy,
and I,J,K….. is where I am trying to put them. I intend to duplicate
the formula changing the column identifier to get the info from and
into the various columns. It will then be copied down the list to
obtain the details of the relevant parts with blank lines where VLOOKUP
has returned NA.
With the current formula, the result is a blank instead of the data
(except where the vlookup has returned no result, where it is NA).
Can anyone see where I’m going wrong?
bit more knowledgeable could offer some advice.
I’m trying to duplicate values from a list, and have the formula
=IF(EXACT(A2,I2),"",J2=B2)
Column A contains a part number and column I contains the result of a
VLOOKUP formula (copy of the part number). I have several other columns
where I need to extract/copy the contents of the lines where the
VLOOKUP has returned the part number – hence the IF EXACT part.
Columns B,C,D,E,F,G,H contain the part details and I am trying to copy,
and I,J,K….. is where I am trying to put them. I intend to duplicate
the formula changing the column identifier to get the info from and
into the various columns. It will then be copied down the list to
obtain the details of the relevant parts with blank lines where VLOOKUP
has returned NA.
With the current formula, the result is a blank instead of the data
(except where the vlookup has returned no result, where it is NA).
Can anyone see where I’m going wrong?