A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Sorry that logic is faulty
While column C is not blank
If column C starts with "customer: ", move the rest to custname variable
else
If column C starts wtih "worker: " move the rest to worker variable
else
If column C starts wtih "Total for" delete the row
else
move custname variable to A column
move worker variable to B column
move focus down one row
Wend