Substitute(Aconcant(IF...... formula

Renee_KK

New Member
Joined
Aug 1, 2012
Messages
29
=SUBSTITUTE(aconcat(IF($AH$3:$AH$22=AN10,", "&$AG$3:$AG$22,"")),", ","",1)

Hi there
I am using the above formula which has worked perfectly in the past and now for some reason it os only returning #VALUE! as the result.
Any ideas on what is causing this please?
Many thanks
Renee
 
Last edited:

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
What is 'aconcat'? When I paste your formula into a blank workbook, it seems to think that aconcat is a name of some type.

Brian

Brian J. Torreano
 
Upvote 0
Check your cells for error values, e.g. perhaps you have a #N/A value somewhere in

- Cell AN10, or
- Cells AH3:AH22, or
- The cells AG3:AG22 where you have the match AH3:AH22=AN10?
 
Upvote 0
Check your cells for error values, e.g. perhaps you have a #N/A value somewhere in

- Cell AN10, or
- Cells AH3:AH22, or
- The cells AG3:AG22 where you have the match AH3:AH22=AN10?


Thank you Stephen! You were exactly right - there was an #N/A in column AH (which was using a VLOOKUP) which i corrected with a IF(ISNA(VLOOKUP and now it working again. Many thanks for your help.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,073
Messages
6,128,646
Members
449,462
Latest member
Chislobog

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