Beyond frustrated with this dates,lookups?

cam87

New Member
Joined
Jun 12, 2014
Messages
5
Good day all.
I am having a difficult time with getting a formula that would provide me with my answer for the following. I have the following in the columns mentioned. basically i need a formula that will calculated the days between today and the date within column b, when it has that number it has to return text into column C according to the last column in the rules mentioned below.

basically, if it says Lead( for instance) and the days difference between column B and today's date is less than 7, it has to return " Active"

column A Column B Column C
Lead Date( for Example 2nd of May 2014) answer




The rules

Category Day Difference Answer/comment

Lead <7Active
Lead Between 7 and 14Expires this week
Lead >14expired
Potential <83Active
PotentialBetween 83 and 90Expires this week
Potential >90Expired
Imminent deal <83Active
Imminent deal Between 83 and 90Expires this week
Imminent deal >90Expired
On Hold<83Active
On HoldBetween 83 and 90Expires this week
On Hold>90Expired
Opportunity <83Active
Opportunity Between 83 and 90Expires this week
Opportunity >90Expired

<colgroup><col><col><col></colgroup><tbody>
</tbody>
 
Ok it's not pasting like it should so I'll type it in direct

=IF(OR(AND(A1="Lead",B1>TODAY()-7,AND(A1<>"Lead",B1>TODAY()-83))),"Active",IF(OR(AND(A1="Lead",B1<today()-14),(and(a1<>"Lead",B1<today9)-90))),"expired","expires this="" week"))


<TODAY()-14),(AND(A1<>"Lead",B1<TODAY()-90<today()-14),(and(a1<><today()-
))),"Expired","Expires this week"))</today()-
</today()-14),(and(a1<></today9)-90))),"expired","expires></today()-14),(and(a1<>
 
Last edited:
Upvote 0

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Ok I have no idea why my formula will not post correctly I will try to send it via private

=IF(OR(AND(A1="Lead",B1>TODAY()-7),(AND(A1<>"Lead",B1>TODAY()-
83))),"Active",IF(OR(AND(A1="Lead",B1<today()-14),(and(a1<>"Lead",B1<today()-
90))),"Expired","Expires this week"))</today()-
</today()-14),(and(a1<>

Cheers
 
Upvote 0
Ok have now sent you the formula via private mail. If anyone can tell me why I can paste a longish formula please let me know

Cheers
 
Upvote 0

Forum statistics

Threads
1,215,514
Messages
6,125,269
Members
449,219
Latest member
daynle

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top