change formatting from general to date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a formula that compares cells in a column and based on the result
gets a date from another column. My problem is the date (ex. Dec-06)is
changed to a general number and I can't change the format back to the date
format. Could someone please help me change the general number back to a
date?
Thanks.
 
Dave,
The formula is as follows:
=IF(AND($B$30<>"",$B$31=""),$A$30,"")&IF(AND($B$31<>"",$B32=""),$A$31,"")It's actually much longer than that but the rest is the same.
cell a30=Nov-06,cell a31=Dec-06. When the formula correctly gives me the
DEC-06 date it changes it to the general number 39052 for Dec,1,2006 but
won't let me reformat it back to Dec-06. Your help is much appreciated.
 

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

Back
Top