Show blank when today() is within a certain date range

G

Guest

I have a date in cell C90.
I need a formula in K90 that keeps the cell blank when the month of today()
does not exceed 1 full month after the month in C90. Eg, if the date in C90
is 3rd Jan 07 and the month of today() is up to and including Feb, I want the
cell to be blank. As soon as the month of today() = March, then I want a
figure to be shown, i.e. I want to be able to perform my getpivotdata
function.

Any ideas?
 
G

Guest

What I should have done is read you post correctly and then I would have done
this instead:-

=IF(TODAY()<=EOMONTH(C90,1),"","What figure would you like ?")

This requires the analysis tool pack addin. Tools|Addins|analysis toolpack

Mike
 

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