Row Number of Last Numerical Cell

RedMan7

New Member
Joined
Feb 15, 2019
Messages
20
Hello All,

I am having a bit of trouble, and am hoping someone can help me. I have a table below containing two columns: One with a planned submission, and another with an actual submission. If the submission isn't submitted, I input "Not Submitted" and if it is not required I input "Not Required"

What I need to do is get the date of submission of the last submitted. Is there a formula I can use here to get the Date of the "Last Actual Submission" that is a date? I.e. Automate this for any kind of table - In this case, it would be 03/01/2019 as the last items are not required.

Thanks!

Planned Submission Actual Submission
17/12/201811/01/2019
17/12/2018Not Required
17/12/2018Not Submitted
17/12/2018Not Submitted
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201804/12/2018
17/12/201803/01/2019
17/12/2018Not Required
17/12/2018Not Required

<colgroup><col span="2"></colgroup><tbody>
</tbody>
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
I think you need a helper column. in C2
=IF(LEFT($B2,1)="N","",ROW()-1) and copy down
Then your formula would be
=OFFSET($B1,MAX($B:$B),0)
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,691
Members
449,117
Latest member
Aaagu

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