Concat Rows Dynamically

rochsenh

New Member
Joined
Jun 4, 2008
Messages
5
I have a workbook that has student's names and I want to generate a list of these names if A1 = "apples" and b1 = "Oranges". Can I concat a range of rows? I can find if A1 = "apples and b1 = "oranges" and get the number of rows I will need to concat but can I dynamically call cell references into a concat?
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Is there any reason why this wouldn't work in excel 2007? It brings up the function but does nothing with it. I was even using the examples given on the page to just display B1:B5. All that remains in the cell is =StringConcat("|",B1:B5)
 
Upvote 0
The likely reason for that is that the cell is formatted as Text before you enter the formula. Format the cell as General, then enter the formula.
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,549
Members
449,089
Latest member
davidcom

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