If sate ment using edate

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

Guest

to keep my cell clear until someone enters data in another cell

I would like to do the following formula
=IF($G15="", "",edate($G15.1))

This is not working

G15 is a date

I want to say if g15 has a blank field ,leave empty, if it is not empty take
the date and add a month

It is probably simple, please help
 
to keep my cell clear until someone enters data in another cell

I would like to do the following formula
=IF($G15="", "",edate($G15.1))

This is not working

G15 is a date

I want to say if g15 has a blank field ,leave empty, if it is not empty take
the date and add a month

It is probably simple, please help

=IF($G15="", "",edate($G15,1))
^

You need a comma, not a dot.
--ron
 
gee I feel stupid now
I fixed the period to a comma, but I tried it and getting the #name? error
 

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