Need formula for: IF K1 = y then M1= the date in A1 + 15 days

G

Guest

Can anyone help me with creating a formula for the following:

If K1=y, then M1=date in A1+15 days

Thanks!
 
R

RagDyer

Try this:

=IF(AND(K1="y",A1>0),A1+15,"")

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
G

Guest

Thank you! Worked like a charm!

RagDyer said:
Try this:

=IF(AND(K1="y",A1>0),A1+15,"")

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 

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