ADAMC
Well-known Member
- Joined
- Mar 20, 2007
- Messages
- 1,169
- Office Version
- 2013
- Platform
- Windows
I've been trying for a while now to put a formula together but I am having no luck can anyone help me please?
formula I have:
=IFERROR(VLOOKUP(B7,'SHEET 1'!B:AA,26,FALSE),IF(N7<>"NO","FOUND",IF(P7<>"NO","ISSUED","NO ACTION")))
What I want to do is like this (Wrote in words so I can hopefully explain (I know this isn't right but hopefully someone sees what I mean
=IFERROR(VLOOKUP(B7,'SHEET 1'!B:AA,26,FALSE),IF(N7<>"NO"CONCATENATE("FOUND" & VLOOKUP(N7,SHEET 2,3,FALSE),IF(P7<>"NO","ISSUED","NO ACTION")))
Basically if N7 doesn't say NO I want to concatenate the word FOUND and the number from a VLOOKUP on the next sheet.
Thank you for any help
formula I have:
=IFERROR(VLOOKUP(B7,'SHEET 1'!B:AA,26,FALSE),IF(N7<>"NO","FOUND",IF(P7<>"NO","ISSUED","NO ACTION")))
What I want to do is like this (Wrote in words so I can hopefully explain (I know this isn't right but hopefully someone sees what I mean
=IFERROR(VLOOKUP(B7,'SHEET 1'!B:AA,26,FALSE),IF(N7<>"NO"CONCATENATE("FOUND" & VLOOKUP(N7,SHEET 2,3,FALSE),IF(P7<>"NO","ISSUED","NO ACTION")))
Basically if N7 doesn't say NO I want to concatenate the word FOUND and the number from a VLOOKUP on the next sheet.
Thank you for any help