Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default remove fill in text from a cell from an unpopulated fill-in cell

I used the = function in the 2nd and 3rd sheets to copy data from the 1st
sheet. I copied the formula into the the existing 30 rows on the 2nd and 3rd
sheets. There is no data entered on the 1st sheet thus returning placemarks
in the 2nd & 3rd sheets where I've copied the formula. How can I hide these
placemarks until data is entered in the 1st sheet.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default remove fill in text from a cell from an unpopulated fill-in cell

You could have a formula like this in A1 of sheet 2:

=IF(Sheet1!A1="","",Sheet1!A1)

so that you get blanks if there is a blank in sheet1.

Alternatively, you can use conditional formatting to set the
foreground colour to white if the cell content is zero, so this will
appear as a blank cell if you use a white background.

Hope this helps.

Pete

On Sep 22, 2:44*pm, Deb <Deb @discussions.microsoft.com wrote:
I used the = function in the 2nd and 3rd sheets to copy data from the 1st
sheet. *I copied the formula into the the existing 30 rows on the 2nd and 3rd
sheets. *There is no data entered on the 1st sheet thus returning placemarks
in the 2nd & 3rd sheets where I've copied the formula. *How can I hide these
placemarks until data is entered in the 1st sheet.


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
fill in text from another cell Godspeed Excel Discussion (Misc queries) 1 December 8th 08 06:56 PM
Remove fill color for cells without text only Studebaker Excel Discussion (Misc queries) 8 November 27th 07 02:26 PM
How do I keep the cell colour fill when pasting in text? sarah Excel Discussion (Misc queries) 3 May 21st 07 09:04 PM
count if cell if fill with text [email protected] Excel Worksheet Functions 2 April 17th 07 07:43 AM
weird no more cell fill and text colour freho Excel Discussion (Misc queries) 1 May 27th 06 04:24 AM


All times are GMT +1. The time now is 03:28 PM.

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"