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

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

Forum statistics

Threads
1,215,467
Messages
6,124,984
Members
449,201
Latest member
Lunzwe73

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