Creating number comma (or semi-colon)-delimited values outputfrom separate look-up table and commas/semi-colon text values

DCard

New Member
Joined
Feb 14, 2011
Messages
15
Office Version
  1. 2016
Platform
  1. Windows
Creating number comma (or semi-colon)-delimited values outputfrom separate look-up table and commas/semi-colon text values
1589251245024.png


1589251836853.png


so i want to manually enter or copy comma (or semi-colon - not both :)) text labels in Categories-Manual column, look up text value match in category look-up table and create the relevant comma (or semi-colon codes) in categories-code column

kind regards

don
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Still don't have data to test with but try

=SUBSTITUTE(TRIM(IFNA(INDEX(Categories!B$2:B$100,MATCH(F5,Categories!A$2:A$100,0),1),"")&" "&IFNA(INDEX(Categories!B$2:B$100,MATCH(G5,Categories!A$2:A$100,0),1),""))," ",",")
 
Upvote 0
works PERFECTLY. i didn't even have to edit cell references!!

thanks so much
 
Upvote 0
i sent screen shot before again with data
Yes but only the formula sheet, not 'Categories' so there was no way to actually see how 112,111 was obtained or why the other formulas returned #N/A ;)


works PERFECTLY. i didn't even have to edit cell references!!

thanks so much
Good to hear! You're welcome. :)
 
Upvote 0

Forum statistics

Threads
1,214,798
Messages
6,121,635
Members
449,043
Latest member
farhansadik

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