Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default function for conditional value from another worksheet

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,123
Default function for conditional value from another worksheet

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default function for conditional value from another worksheet

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default function for conditional value from another worksheet

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default function for conditional value from another worksheet

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default function for conditional value from another worksheet

"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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I get ONLY new info from 1 Worksheet to another automatical Elaine Excel Worksheet Functions 6 July 13th 06 05:45 PM
CELL Function and Worksheet Name in a Cell David Excel Worksheet Functions 2 July 8th 06 11:00 PM
Average Function (include Blank Cells and Zeros) [email protected] Excel Discussion (Misc queries) 17 June 27th 06 01:33 PM
Passing a WorkSheet from a Function??? Mac Lingo Excel Worksheet Functions 3 June 13th 06 08:29 AM
numerical integration integreat Excel Discussion (Misc queries) 4 May 12th 06 02:40 AM


All times are GMT +1. The time now is 01:58 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"