But now you are saying:i want to type the formula in a sheet (no vba.)
So do you want to use VBA or not?in my vba i have a insert row function, and when this happens i want my date in the copied row go +1
if i try to do this with vba it works with one row, but when i add 2 the first row added gets +1 but the 2nd one gets +2 which i want reversed.
[B]Range("G" & Target.Row + 1).[/B][COLOR=#ff0000]FormulaR1C1 = "=WORKDAY(R[-1]C,1)"[/COLOR]
I don't understand. Where do you see a specified cell in this formula?not working for my purpose,
my cell always changes from location, it should always add a day from the date above the cell. not a specified cell.
[COLOR=#ff0000]"=WORKDAY(R[-1]C,1)"[/COLOR]