Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to say if the value in a cell in worksheet A is blank, let the
value in worksheet B also be blank. (Cells are linked) If the value in a that cell in worksheet A is anything other than blank, show it in worksheet B. The linked cells are text, dates, numbers, etc. Help me! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use a If in the formula
=IF(Sheet1!A1="","",Sheet1!A1) -- Regards Ron de Bruin http://www.rondebruin.nl "frustrateddotcom" wrote in message ... I'm trying to say if the value in a cell in worksheet A is blank, let the value in worksheet B also be blank. (Cells are linked) If the value in a that cell in worksheet A is anything other than blank, show it in worksheet B. The linked cells are text, dates, numbers, etc. Help me! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Instead of : =Sheet1!A1
use: =IF(Sheet1!A1="","",Sheet1!A1) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "frustrateddotcom" wrote: I'm trying to say if the value in a cell in worksheet A is blank, let the value in worksheet B also be blank. (Cells are linked) If the value in a that cell in worksheet A is anything other than blank, show it in worksheet B. The linked cells are text, dates, numbers, etc. Help me! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you very much. It worked!
"Max" wrote: Instead of : =Sheet1!A1 use: =IF(Sheet1!A1="","",Sheet1!A1) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "frustrateddotcom" wrote: I'm trying to say if the value in a cell in worksheet A is blank, let the value in worksheet B also be blank. (Cells are linked) If the value in a that cell in worksheet A is anything other than blank, show it in worksheet B. The linked cells are text, dates, numbers, etc. Help me! |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you very much. It worked!
"Ron de Bruin" wrote: You can use a If in the formula =IF(Sheet1!A1="","",Sheet1!A1) -- Regards Ron de Bruin http://www.rondebruin.nl "frustrateddotcom" wrote in message ... I'm trying to say if the value in a cell in worksheet A is blank, let the value in worksheet B also be blank. (Cells are linked) If the value in a that cell in worksheet A is anything other than blank, show it in worksheet B. The linked cells are text, dates, numbers, etc. Help me! |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"frustrateddotcom" wrote:
Thank you very much. It worked! Marvellous to hear that ! Thanks for the feedback .. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get ONLY new info from 1 Worksheet to another automatical | Excel Worksheet Functions | |||
CELL Function and Worksheet Name in a Cell | Excel Worksheet Functions | |||
Average Function (include Blank Cells and Zeros) | Excel Discussion (Misc queries) | |||
Passing a WorkSheet from a Function??? | Excel Worksheet Functions | |||
numerical integration | Excel Discussion (Misc queries) |