C
Cagey
I have a worksheet that tracks every sales lead that comes into my business,
with information on which rep it goes to, where the inquiry came from,
wether lead was converted to sale etc. Because of the nature of our
industry, sales are not always converted on the spot, and in fact can often
be a month before the order comes in. In the sheet there is a column that
rep enters "y" for ordered, "n" for declined/ordered elsewhere and leave it
blank if undecided. What i want to do is automatically change any blanks to
an "n" after 60 days. I came up with this where C1 is y/n cell and B1 is the
result of the fomula to add 60 days to the original date the lead came in.
=IF(C1="n","n",(IF(C1="y","y",(IF(B1<TODAY(),"n","u")))))
but i have to have it in a different cell obviously to prevent circ ref. I
want the result to go into C1....
Please help.
with information on which rep it goes to, where the inquiry came from,
wether lead was converted to sale etc. Because of the nature of our
industry, sales are not always converted on the spot, and in fact can often
be a month before the order comes in. In the sheet there is a column that
rep enters "y" for ordered, "n" for declined/ordered elsewhere and leave it
blank if undecided. What i want to do is automatically change any blanks to
an "n" after 60 days. I came up with this where C1 is y/n cell and B1 is the
result of the fomula to add 60 days to the original date the lead came in.
=IF(C1="n","n",(IF(C1="y","y",(IF(B1<TODAY(),"n","u")))))
but i have to have it in a different cell obviously to prevent circ ref. I
want the result to go into C1....
Please help.