Concatenate & vlookup

ADAMC

Well-known Member
Joined
Mar 20, 2007
Messages
1,169
Office Version
  1. 2013
Platform
  1. 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
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Yes. Works exactly as I want just can’t seem to nest it properly. I always get an error.

Something like:

=IFERROR(VLOOKUP(B7,'SHEET 1'!B:AA,26,FALSE),IF(N7<>"NO,concatenate("FOUND", “ “,vlookup(..........,IF(P7<>"NO","ISSUED","NO ACTION")))
 
Upvote 0
The other question I have is that when I apply this to a blank sheet the result is FOUND, so I would guess the logic is currently WRONG

So what logic should it follow
 
Upvote 0

Forum statistics

Threads
1,223,948
Messages
6,175,566
Members
452,652
Latest member
eduedu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top