Conditional Formatting

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

Guest

Hello from Steved

Our company used to do reports on every 28 Days

Below is the formula I used, however now the company whats to report at the
end off each calendar month, Question how do I modify below to acheive this
please, or is their another formula that will do the same (Conditional
Formatting).

=MOD(A1-DATE(2006,2,4),28)=0

Thankyou.
 
Hello from Steved

Below is the formula I received from Ron which works perfectly.

Thankyou.

=MONTH(A1)<>MONTH(A1+1)
 
Do you just want the last day of each Calendar month, in which case

=DAY(A1+1)=1

or do you want the last working day of each month?
 

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