G
GEdwards
Cell A1 = blank
Cell A2 is â€
=CONCATENATE(RIGHT(YEAR(NOW()),2),TEXT(MONTH(NOW()),â€00â€),TEXT(DAY(NOW()),â€00â€),TEXT(HOUR(NOW()),â€00â€),TEXT(MINUTE(NOW()),â€00â€),TEXT(SECOND(NOW()),â€00â€))
(results in yymmddhhmmss)
I need a macro or something that when A1 = blank, then I want the resulting
value from A2 to be put into A1. I DO NOT want the formula copied from A2.
What do I need to do to get the resulting value from A2 into A1?
Cell A2 is â€
=CONCATENATE(RIGHT(YEAR(NOW()),2),TEXT(MONTH(NOW()),â€00â€),TEXT(DAY(NOW()),â€00â€),TEXT(HOUR(NOW()),â€00â€),TEXT(MINUTE(NOW()),â€00â€),TEXT(SECOND(NOW()),â€00â€))
(results in yymmddhhmmss)
I need a macro or something that when A1 = blank, then I want the resulting
value from A2 to be put into A1. I DO NOT want the formula copied from A2.
What do I need to do to get the resulting value from A2 into A1?