S
sportjunkie42
I've got a formula that pulls data from different worksheets. However, I'd like to edit this some how to only do this if G14 > F14. Suggestions?
=CONCATENATE(
VLOOKUP("Attachment Security",'Auto - Windows'!$A$4:$I$75,9,FALSE),CHAR(10),
VLOOKUP("Attachment Security",'Manual - Windows'!$A$4:$I$63,9, FALSE),CHAR(10),
VLOOKUP("Affix Signatures",'Manual - Windows'!$A$4:$I$63,9, FALSE)
)
=CONCATENATE(
VLOOKUP("Attachment Security",'Auto - Windows'!$A$4:$I$75,9,FALSE),CHAR(10),
VLOOKUP("Attachment Security",'Manual - Windows'!$A$4:$I$63,9, FALSE),CHAR(10),
VLOOKUP("Affix Signatures",'Manual - Windows'!$A$4:$I$63,9, FALSE)
)