The source file is a spreadsheet that has thousands of rows, but quite often an item is on two rows, but only the Item Description. The column cells to the left and right are merged.

The input tool cleanly un-merges them, however, I am left with the original problem of Item Description for that item number on two rows.
How do I merge the two-row item description when I encounter them, and then delete the row full of nulls? Is there a better approach to this?

Thank you