Display masking

  • Thread starter Thread starter goto_guy
  • Start date Start date
G

goto_guy

I seem to remember doing this before, but of course cannot remembe
how.

I'm modifying a quote spreadsheet. Current formatting doesn't permit m
to change the layout too much.

For illustration purposes, cell A1=today().
I want cell A2 to read "Quote expires " 91 days after cell A1

If I enter ="quote expires "&a1+91
cell displays "quote expires 38897"

Isn't there a way to mask the (a1+91) to display as a date?

Thanks for your help
 
="quote expires " & text(a1+91,"mm/dd/yyyy")



goto_guy said:
I seem to remember doing this before, but of course cannot remember
how.

I'm modifying a quote spreadsheet. Current formatting doesn't permit me
to change the layout too much.

For illustration purposes, cell A1=today().
I want cell A2 to read "Quote expires " 91 days after cell A1

If I enter ="quote expires "&a1+91
cell displays "quote expires 38897"

Isn't there a way to mask the (a1+91) to display as a date?

Thanks for your help.
 

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

Similar Threads

If/Then Formula Using Dates 1
highlight 6
if, then display message 1
EXPIRED or DATE 3
if, then display next cell 4
bookkeeping-payment confirmation 7
If formula-different numbers entries 2
Nested formula 2

Back
Top