Mark date that has passed

  • Thread starter Thread starter Michaela
  • Start date Start date
M

Michaela

Hi!

I wonder if someone can help me finding the right function.

I have a worksheet over dates. The left columns contains dates (my input)
and the right column contains a function A1+15, A2+15 and so on, dates 15
days forward. Now I want Excel to help me find the dates (in the right
column) that has passed. Is there a function for this? For example making the
date red or fat.

Thanks!
/Michaela
 
Hi,

Select B1 then

Format|Conditional format
Formula is
enter the formula
=AND($A1<>"",$B1<TODAY())
Pick a colour
OK

Use the format painter to paint this conditional format down column B


ike
 
Hi,

In column cell B1, enter the following formula in Format > Conditional
Formatting > Formula is

=TODAY()-$B1<0

Select the desired font.

--
Regards,

Ashsih Mathur
Microsoft Excel MVP
www.ashishmathur.com
 
Or Format / Conditional Formatting / Cell Value is / Less than / =TODAY()
 
Thank you all for your help!!

Kind regards
Michaela


"David Biddulph" skrev:
 

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