I have an excel which creates a new excel combining all the sheets, which works OK.
My problem is: there are multiple columns which have Comma separated values:
Example: Part No., Fit Model, etc in the attached excel
So how do I write an IF condition
IF any column has comma separated values, split it and add a new row with all the column(values0
228844, 6MR2000AAY4Z, BATT1
So in the above example:
Since E has 3 part numbers, you would create 3 new rows and copy the data to these 3 new rows. Since F has 3 model numbers, you would copy each to its own row (and all other columns copied as it is)
It would look something like this http://prntscr.com/ndvl4q
MergeSheets.xaml (8.9 KB)
ExlSheet.xlsx (14.5 KB)