Look Max date and return value from an offset cell

jl2509

Board Regular
Joined
Oct 30, 2015
Messages
198
Office Version
  1. 365
Platform
  1. Windows
Hi all

I wonder if someone can help me out here.

I am looking to find the "Next Phase Due Date" from the data in B3:H5
The next Phase Due Date to be shown in Cell C11 should be 25/11/23 as this is next phase baseline date where the phase has not yet been completed as indicated by "N/C"
I would also like to show the next phase due in Cell C9, and in this case it would be "Phase 4"

I am not sure how to lookup across the dates and return the values required.

Any help is much appreciated


1702991449048.png
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
How about in C9
Excel Formula:
=XLOOKUP("N/C",C5:H5,C4:H4,"")
and change the range from C4:H4 to C3:H3 for C11
 
Upvote 0
Solution
Hi Fluff
Works a treat, thanks for the support
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,106
Messages
6,123,124
Members
449,096
Latest member
provoking

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