kalbi
(kalbi hana)
1
Hi,
I need to extract data from a excel spread sheet for processing.
However, the header cells from column 5 onward have two levels therefore filter datatable was unable to recognise the header cells with two levels.
I’ve been struggling for days, and was lost now.
Your helps are very much appreciated!
ppr
(Peter Preuss)
2
@kalbi
Welcome to the forum
can you share some details e.g. a screnshot from it. This would help much
In general we do readin all data into a datatable and can do filtering there
kalbi
(kalbi hana)
3
Thanks for the prompt response, and here you are:
I want to extract data for the first five columns, and all the N1, i.e. A1, B1, C1 and D1.
However, the two levels cells gave me headache!
kalbi
(kalbi hana)
4
Now I used “Read range” to capture the first row, the header row.
And use For loop to display the value of each header.
How to remove the char (10) from the multiple level cell for filter datatable to recognise?
one level cells: SNo., Item ID, etc…
two level cells:
Code
A1
Code
B1
Before I can use filter datatable to extract the required columns?