display substitution?

M

Mike

I have a large spreadsheet which references cells from other spreadsheets.
There are hundreds of dates on the spreadsheet that are reported as
0-Jan-1900 because they are superseded or unused in the individual sheets. Is
there a way in which I can insert a command to display nothing if
date=0-Jan-1900, so that only relevant material is presented?

Thank you!
 
P

Pete_UK

You could have something like:

=IF(ref_cell="","",your_existing_formula)

Alternatively, you could use conditional formatting such that if the
cell content is zero then use white foreground colour (which then
looks blank on a white background).

Hope this helps.

Pete
 
S

ShaneDevenshire

There are a number of ways depending on what is actually in the cell.

1. Try Tools, Options, View, and turn off Zero.

2. You could also apply conditional formatting
Format, Conditional Formatting, Equal to, 0 and then set the Font Color to
White.
 
M

Mike

Thank you, Pete!

Pete_UK said:
You could have something like:

=IF(ref_cell="","",your_existing_formula)

Alternatively, you could use conditional formatting such that if the
cell content is zero then use white foreground colour (which then
looks blank on a white background).

Hope this helps.

Pete
 
M

Mike

Thank you, Shane!

One thing though, I ahve seen a lot of people referring to Tools > Options.
In Office 2007, there isn't a Tools menu anymore. To what are you referring,
please?

Thanks again.

Mike
 
M

Mike

Thanks, Bob, so it is that people are still using the old labels to describe
the same process more or less?
 
B

Bob I

This newsgroup gets questions and answers from users of darn near every
version of Excel that's been released. So, it is a case of people not
mentioning what version they are using when they ask a question, so you
get an answer based on what the user has who replies.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top