Avatar of Pabilio
Pabilio
Flag for Spain

asked on 

INSERT A ROW IN EXCEL SPREADSHEET DEPENDING ON CRITERIA

Hi,

Attached is a sample of the data that I´m working with....is a monthly store's sales resume.

Columna A have the date of sale ...column B have the invoice number...the other columns have details of the sale....one day could have more than one sale or none at all.

What I need is when I press a command button the code inserts a row when there is a day without sale, writing in column C: "NO SALE"  ...  and when is saturday or sunday (Shop closed) the code have to insert a row for each non workable day and write in column C: "NO WORKING DAY".

In the document attached, in sheet "hoja1" is how I have the data actually and in sheet "hoja2" is how I need it (The final result after the code runs)

I really appreciate your help with this.

Thank you for your time.
Roberto.
SAMPLE.xls
ProgrammingMicrosoft ExcelVisual Basic Classic

Avatar of undefined
Last Comment
Pabilio

8/22/2022 - Mon