Hi,
I have a spreadsheet which has rows, then there is a blank row and then it continues with further numbers; but I just need the data until the first blank row (the rows can increase but there will always be a blank row), and just ignore everything else below the blank row
This is what I have
ID | COUNTRY | SALES |
1 | SPAIN | 1000 |
2 | GERMANY | 2000 |
3 | GERMANY | 3000 |
SURPLUS | 56000 |
I just want to extract
ID | COUNTRY | SALES |
1 | SPAIN | 1000 |
2 | GERMANY | 2000 |
3 | GERMANY | 3000 |
Kind Regards,
Daniel
Hi Felipe,
I don't get 'Null', I have empty
It worked Felipe, thank you very very much
Hi @DanielCarro
I am glad it helped. Please accept my answer as a solution, so the topic can be considered solved :)
Thanks!
User | Count |
---|---|
106 | |
82 | |
70 | |
54 | |
40 |