We're a community of 1077K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,076,099 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

Reference a cell with a date

I am trying to reference a cell with a date from one worksheet to the other. I am using ='Statistics MVP'!A16 but it doesn't give me the date format it just gives me the number 41125 or any other number. When I format as a date form I get 1/0/1900 and this is what I want to hide until a date is put in any cell that is being referenced. What I want is that if there is no date in cell A16 that I am referencing, I don't want it to show anything until a date is put in cell A16 but still show in date format. Any ideas anyone? Hope you understand.

I know how to hide zeros using 0;-0;;@ but it doesn't seem to be a way to use it in leu of the date format.

2
Contributors
2
Replies
15 Hours
Discussion Span
4 Months Ago
Last Updated
3
Views
Question
Answered
Divinedar
Light Poster
36 posts since Oct 2009
Reputation Points: 22
Solved Threads: 0
Skill Endorsements: 0

try this function =IF(Sheet2!A1 = 0," ",Sheet2!A1) basically if the source = 0 then use a " " as the value otherwise use the value from the source.

tinstaafl
Nearly a Posting Virtuoso
1,328 posts since Jun 2010
Reputation Points: 355
Solved Threads: 231
Skill Endorsements: 14
Question Answered as of 4 Months Ago by tinstaafl

Perfect thank you.

Divinedar
Light Poster
36 posts since Oct 2009
Reputation Points: 22
Solved Threads: 0
Skill Endorsements: 0

This question has already been solved: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page rendered in 0.0586 seconds using 2.64MB