Hi All,
I am fetching data from an API. Then i use Text to Column to order the values in column.
The issue is the row of values does not match. For e.g. Row 1 might have 20 Columns, Row 2 might have 22 Columns, Row 3 might have 21 columns. So the values are not under the right column. Is there anyway to work with this. Find Attached sample Sheet
| | ColA | ColB | ColC | ColD |
| ROW1 | A | B | C | D |
| ROW2 | A | B | C | D |
| ROW3 | A | C | D | |
| ROW4 | A | B | C | E |
| | | | | |
In the Above sheet you can see that in Row3 ColB has a value 'C' when it has to be 'B' or 'null' but since the API does not have a null or anything it is fetching the next record and putting in the wrong column.
Any Suggestions would help
Thanks
Ashwin