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
Ron Rosenfeld - 08 Mar 2007 11:25 GMT
>to keep my cell clear until someone enters data in another cell
>
[quoted text clipped - 9 lines]
>
>It is probably simple, please help
=IF($G15="", "",edate($G15,1))
^
You need a comma, not a dot.
--ron
Merge - 08 Mar 2007 12:26 GMT
gee I feel stupid now
I fixed the period to a comma, but I tried it and getting the #name? error
> to keep my cell clear until someone enters data in another cell
>
[quoted text clipped - 9 lines]
>
> It is probably simple, please help
LongTermNoob - 08 Mar 2007 12:53 GMT
Just in case: go to TOOLS > ADD-INS and make sure "Analysis ToolPak" is
checked.
> gee I feel stupid now
> I fixed the period to a comma, but I tried it and getting the #name? error
[quoted text clipped - 12 lines]
> >
> > It is probably simple, please help
Merge - 08 Mar 2007 13:04 GMT
Thank you to both
> Just in case: go to TOOLS > ADD-INS and make sure "Analysis ToolPak" is
> checked.
[quoted text clipped - 15 lines]
> > >
> > > It is probably simple, please help