BYROW and TEXTSPLIT

sadath

Active Member
Joined
Oct 10, 2004
Messages
263
Office Version
  1. 365
Platform
  1. Windows
=BYROW(A1:A3,LAMBDA(X,TEXTSPLIT(X,",")))

this return #Calc! error on my below data (A1:A3)

LOCCODE,NAME,TRXDATE,TRXNO,GROSS_SALES,HDOPERATORCODE,HDOPERATORRECEIPTNO,PAYMENTTYPE,TRXSTATUS
JIB,RAWDHA REPL JEDDAH,01/01/2023 00:00:00,25272,46.95,L,2408083,2,0
JIB,RAWDHA REPL JEDDAH,01/01/2023 00:00:00,25265,33.04,L,2407958,2,0
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

How about
Excel Formula:
=DROP(REDUCE("",A1:A3,LAMBDA(x,y,VSTACK(x,TEXTSPLIT(y,",")))),1)
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,217,381
Messages
6,136,228
Members
450,000
Latest member
jgp19

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