Hello,
I have a macro that add rows depends on if condition.
I want to add data to that rows in that macro.
the data that I want to add comes from formolas.
Examples:
someone can help?
Thanks!
I have a macro that add rows depends on if condition.
I want to add data to that rows in that macro.
the data that I want to add comes from formolas.
Examples:
Code:
=TEXT(F9&"/"&$B$1&"/"&$D$1,"ddd")
Code:
=IF(H9="08:00",Sheet2!$D$7,Sheet2!$D$6)
Thanks!