Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all
I am trying to copy contents of cells from one worksheet to another but i would like blank cells to remain blank. Presently i am using the formula =a1 for instance and if there is nothing in that cell it puts a 0 there. what formula should I use to end up with something in the destination cell only if there is something in the original cell? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(A1="","",A1)
-- Gary''s Student - gsnu200739 "Careeranalysts" wrote: Hi all I am trying to copy contents of cells from one worksheet to another but i would like blank cells to remain blank. Presently i am using the formula =a1 for instance and if there is nothing in that cell it puts a 0 there. what formula should I use to end up with something in the destination cell only if there is something in the original cell? Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks very much - that's great.
Leo "Gary''s Student" wrote: =IF(A1="","",A1) -- Gary''s Student - gsnu200739 "Careeranalysts" wrote: Hi all I am trying to copy contents of cells from one worksheet to another but i would like blank cells to remain blank. Presently i am using the formula =a1 for instance and if there is nothing in that cell it puts a 0 there. what formula should I use to end up with something in the destination cell only if there is something in the original cell? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Index/match - make blank cells return a blank value. | Excel Worksheet Functions | |||
I want to copy a formula n Excel but skip any blank cells | Excel Worksheet Functions | |||
Copy down - special to fill only the blank cells | Excel Discussion (Misc queries) | |||
copy blank cells | Excel Discussion (Misc queries) | |||
copy blank cells | Excel Discussion (Misc queries) |