[VIEWED 3733
TIMES]
|
SAVE! for ease of future access.
|
|
|
logan
Please log in to subscribe to logan's postings.
Posted on 07-29-21 2:38
PM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
When I copy a cell that is formatted for Date has date it will copy that date. If blank instead of 0 it gives 1/0/1900.
Is there any formula that will give me 0 when to be copied cell is blank and if there is value copies the value.
Last edited: 29-Jul-21 03:56 PM
|
|
|
|
HelpYouHelpMe
Please log in to subscribe to HelpYouHelpMe's postings.
Posted on 07-30-21 4:54
PM [Snapshot: 155]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Logan,
copy the following formula from cell B7 to the cells in column B:
=IF(ISBLANK(A7),"0",A7)
|
|
|
logan
Please log in to subscribe to logan's postings.
Posted on 08-02-21 8:51
AM [Snapshot: 350]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
|
|
|