Can't figure out

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

Guest

Hello,

I have this formula: "=IF(MONTH(A7)=MONTH(TODAY(),"N","") which puts the
letter "N" in column B when there is a new contract. This works fine when I
run my report in the current month. Is there a way to get the same result
when I run my report at the beginning of the next month? Any help is
appreciated.

Thanks.
Mark
 
Mark said:
Hello,

I have this formula: "=IF(MONTH(A7)=MONTH(TODAY(),"N","") which puts
the letter "N" in column B when there is a new contract. This works
fine when I run my report in the current month. Is there a way to
get the same result when I run my report at the beginning of the next
month? Any help is appreciated.

Thanks.
Mark


Hi Mark,

try this:

"=IF(MONTH(A7)=(MONTH(TODAY())-1),"N","")

--
(I'm not sure of names of menus, options and commands, because
translating from the Italian version of Excel...)

Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy
 

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