Complex multiple if formula

Status
Not open for further replies.

vaibhav6666

New Member
Joined
Dec 7, 2020
Messages
4
Office Version
  1. 365
  2. 2019
Platform
  1. MacOS
I have 2 Columns

1, Stage
2, Renewal Date ranging 120 days period
Stage column has below values
1.Not Engaged
2. Engaged
3. Negotiation
4. Proposal Sent
5, Order received
6. Proposal sent
7. Renewal Lost
8. Renewal Won

How do i build these 6 rules to return below values in another column? Any help ,greatly appreciated .

1. Return: "closed early" if
Stage = (renewal won or renewal lost), and
Renewal date = future 90 days

2. Return : "closed" if
Stage = (renewal won or renewal lost), and
Renewal date = past 30 days

3. Return: "Late stage"
(Stage = (order received or Negotiation), and
Renewal date = future 90 days)
or
(Stage = proposal sent, and
Renewal date = 45-90 days in the future)
or
(Stage = engaged, and
Renewal date = 60-90 days in the future)

4. Return - "early stage
"(Stage = proposal sent and
Renewal date = 15-30 days in the future)
or
(Stage = engaged, and
Renewal date = 30-45 days in the future)

or
(Stage = not engaged, and
Renewal date = 45-90 days in the future)

or
(Stage = (negotiation or order received), and
Renewal date = 0-15 days in the past)

5. Return: "overdue"

(Stage = not engaged and
Renewal date = 0-30 days in the future)
or
(Stage = engaged, and
Renewal date = 0-15 days in the future)
or
(Stage = proposal sent, and
Renewal date = 45-90 days in the future)

or
(Stage = (negotiation or order received), and
Renewal date = 15-30 days in the past)

6. Return: "Way Overdue"
Stage = (not engaged or engaged or proposal sent), and
Renewal date = 0-30 days in the past
 

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.
Duplicate Formula tricky . Need help

Please do not post the same question multiple times. All clarifications, follow-ups, and bumps should be posted back to the original thread.
Per forum rules, posts of a duplicate nature will be locked or deleted (rule 12 here: Forum Rules).
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,214,606
Messages
6,120,483
Members
448,967
Latest member
visheshkotha

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