Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm linking cells from another worksheet and I have two questions
which are somewhat related. 1. When I link the cell using ='Worksheet2'A2 the cell that I'm using puts a 0 or 0:00 if the 'Worksheet2'A2 cell is blank. I would like this cell to be blank until information has been entered in to the 'Worksheet2'A2 cell. How would I do this? 2. I have two cells next to each other; let's say they are 'Worksheet1'A1 and 'Worksheet1'A2. Both cells are linked to another cell on 'Worksheet2' using ='Worksheet2'A1 and ='Worksheet2'A2 formula. I would like to make it so that if 'Worksheet1'A1 is blank then the data in 'Worksheet1'A2 is blank also. Thanks for your help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
1. Use this formula:
=IF('Worksheet2'!A2="","",'Worksheet2'!A2) 2. Try this in sheet1 A2: =IF(A1="","",IF('Worksheet2'!A2="","",'Worksheet2' !A2) Hope this helps. Pete On Sep 17, 12:46*am, David Moore wrote: I'm linking cells from another worksheet and I have two questions which are somewhat related. 1. When I link the cell using ='Worksheet2'A2 the cell that I'm using puts a 0 or 0:00 if the 'Worksheet2'A2 cell is blank. I would like this cell to be blank until information has been entered in to the 'Worksheet2'A2 cell. How would I do this? 2. I have two cells next to each other; let's say they are 'Worksheet1'A1 and 'Worksheet1'A2. Both cells are linked to another cell on 'Worksheet2' using ='Worksheet2'A1 and ='Worksheet2'A2 formula. I would like to make it so that if 'Worksheet1'A1 is blank then the data in 'Worksheet1'A2 is blank also. Thanks for your help. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Sep 16, 7:54*pm, Pete_UK wrote:
1. Use this formula: =IF('Worksheet2'!A2="","",'Worksheet2'!A2) 2. Try this in sheet1 A2: =IF(A1="","",IF('Worksheet2'!A2="","",'Worksheet2' !A2) Hope this helps. Pete On Sep 17, 12:46*am, David Moore wrote: I'm linking cells from another worksheet and I have two questions which are somewhat related. 1. When I link the cell using ='Worksheet2'A2 the cell that I'm using puts a 0 or 0:00 if the 'Worksheet2'A2 cell is blank. I would like this cell to be blank until information has been entered in to the 'Worksheet2'A2 cell. How would I do this? 2. I have two cells next to each other; let's say they are 'Worksheet1'A1 and 'Worksheet1'A2. Both cells are linked to another cell on 'Worksheet2' using ='Worksheet2'A1 and ='Worksheet2'A2 formula. I would like to make it so that if 'Worksheet1'A1 is blank then the data in 'Worksheet1'A2 is blank also. Thanks for your help. Excellent, everything is working beautifully! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Sep 16, 7:54*pm, Pete_UK wrote:
1. Use this formula: =IF('Worksheet2'!A2="","",'Worksheet2'!A2) 2. Try this in sheet1 A2: =IF(A1="","",IF('Worksheet2'!A2="","",'Worksheet2' !A2) Hope this helps. Pete On Sep 17, 12:46*am, David Moore wrote: I'm linking cells from another worksheet and I have two questions which are somewhat related. 1. When I link the cell using ='Worksheet2'A2 the cell that I'm using puts a 0 or 0:00 if the 'Worksheet2'A2 cell is blank. I would like this cell to be blank until information has been entered in to the 'Worksheet2'A2 cell. How would I do this? 2. I have two cells next to each other; let's say they are 'Worksheet1'A1 and 'Worksheet1'A2. Both cells are linked to another cell on 'Worksheet2' using ='Worksheet2'A1 and ='Worksheet2'A2 formula. I would like to make it so that if 'Worksheet1'A1 is blank then the data in 'Worksheet1'A2 is blank also. Thanks for your help. Excellent, everything is working beautifully! |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Glad to hear it, David - thanks for feeding back.
Pete On Sep 17, 2:05*am, David Moore wrote: Excellent, everything is working beautifully |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to return a blank formula cell if the reference is blank? | Excel Worksheet Functions | |||
Average Formula to display blank cell if named range is blank | Excel Worksheet Functions | |||
how to get excel to display blank if reference cell blank | Excel Worksheet Functions | |||
How do I make a blank cell with a date format blank? | Excel Worksheet Functions | |||
COPY A CONCATENATE CELL TO BLANK CELL PUTTING IN THE NEXT BLANK C. | Excel Discussion (Misc queries) |