Pull most recent description if not marked complete

Amosbroker

New Member
Joined
Mar 26, 2018
Messages
32
Hello,

I have the following spreadsheet:

I need to be able to pull the most recent description under project plan that does not have an X next to it under the complete column. I have an overview page, and I am attempting to list the next outstanding step that has not been marked X for complete. Would someone assist me with this? I have been fighting with an array formula but no luck this morning. Any help would be greatly appreciated. Many-SUPER thanks!

Project Plan TemplateStart DateEnd DateDurationCompleteCompletion
Feed
2/1/21​
2/1/210X
Kick off call
2/1/2021​
2/9/2021​
6​
X3.6%
Send all applicable specs
2/17/2021​
2/17/2021​
0​
X3.6%
Feedback
2/17/2021​
2/17/2021​
0​
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hi Amosbroker,
I'm not sure what's meant by 'most recent' so I've assumed latest End Date.

amosbroker.xlsx
ABCDEFGHI
1Project Plan TemplateStart DateEnd DateDurationCompleteCompletionResult
2Feed2/1/20212/1/20210XFeedback
3Kick off call2/1/20212/9/20216X3.60%
4Send all applicable specs2/17/20212/17/20210X3.60%
5Feedback2/17/20212/17/20210
6
Sheet1
Cell Formulas
RangeFormula
I2I2=IFERROR(INDEX($A$2:$A$10,AGGREGATE(15,6,ROW($A$2:$A$10)-ROW($A$1)/(($C$2:$C$10=(AGGREGATE(14,6,$C$2:$C$10/($E$2:$E$10<>"X"),1)*($E$2:$E$10<>"X")))),1)),"")
 
Upvote 0

Forum statistics

Threads
1,214,905
Messages
6,122,175
Members
449,071
Latest member
cdnMech

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