Multi-Conditional IF Statement? or do I need to use something else? Here is my problem...

excelforumhelp

New Member
Joined
May 30, 2018
Messages
3
<style type="text/css">li.li1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; color: #454545}ul.ul1 {list-style-type: hyphen}</style>
Background:


  • My formula currently measures the percentage of completion between TWO dates based on a "current date" input.
  • and IF the percentage is under 1 (or 100%) it does so
  • If it is 100% or higher is says “Complete”
  • Current Formula:
  • =IF(DATEDIF(O7,$E$3,"d")/DATEDIF(O7,Q7,"d")<1,DATEDIF(O7,$E$3,"d")/DATEDIF(O7,Q7,"d"),"Complete")

I need the formula to be altered to serve the same function as it calculates the percentage of completion between two dates (a START date and a FINISH date using the CURRENT date input) along with the function of it notifying me when it is the same date or exceeds the completion date (100%) by stating "complete"

My IDEA is to somehow incorporate in the same formula something that also recognizes when the the "current date" input falls before the start date by notifying me that the task has "not started" in the same way the "complete" indicator does
- Possibly by seeing IF the START date > CURRENT date then "not started"

Any help will be greatly appreciated
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple

Forum statistics

Threads
1,216,445
Messages
6,130,685
Members
449,585
Latest member
Nattarinee

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