View Single Post
 
Old 09-21-2017, 09:18 PM
mikehk mikehk is offline Windows 10 Office 2013
Novice
 
Join Date: Sep 2017
Posts: 15
mikehk is on a distinguished road
Unhappy Try to Copy cells from Sheet1 to Sheet2

I am trying to copy cells
A1
A2
A3
A4...and so on...
from Sheet1 to Sheet2, is there any easy way to copy all
cells at one time since I am trying to copy by using =Sheet1!A1,
one at a time!

Also I note that the empty cells in Sheet1 shows zero (0) in Sheet2 ,
I would like those cells to be empty as well.

Need help with this....please

cell Sheet1!B1:C1 is a date

=IF(D2="","",(Sheet1!B1:C1))....returns #VALUE

=IF(Sheet2!D2="","",(Sheet1!B1:C1))....returns blank cell
Reply With Quote