Todaysdateminus1and2

M

MCheru

I want to
A) put a formula in cell F2 so that if today’s date minus 1 day is in cell
B2 than the contents of cell C2 will appear in cell F2
B) put a formula in G2 so that if today’s date minus 2 days is in cell B2
than the contents of cell C2 will appear in cell G2
 
S

Stefi

In F2: =IF(B2=TODAY()-1,C2,"")
In G2: =IF(B2=TODAY()-2,C2,"")

Regards,
Stefi

„MCheru†ezt írta:
 
M

MCheru

Thank you so much. This works great

Stefi said:
In F2: =IF(B2=TODAY()-1,C2,"")
In G2: =IF(B2=TODAY()-2,C2,"")

Regards,
Stefi

„MCheru†ezt írta:
 

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