Find Last Non-Blank Cell in Row and Corresponding Date Value

dwking1989

New Member
Joined
Aug 11, 2021
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hi,

I'm working with the World Development Indicators dataset which has a large amount of missing values for countries where data availability is poor.

I'm currently using =LOOKUP(2,1/(E5:BM5<>""),E5:BM5) to find the last non-blank value in the row and then =INDEX(FILTER($E$4:$BM$4,E5:BM5<>""),1) to find the corresponding date which I found on another thread.

However, this second formula gives me the first non-blank value date as opposed to the last. I was wondering if there was an easy fix to this to get the corresponding date for the last non-blank cell.

Thanks,

David
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Hi & welcome to MrExcel.
How about
Excel Formula:
=LOOKUP(2,1/(E5:BM5<>""),E$4:BM$4)
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,812
Messages
6,121,693
Members
449,048
Latest member
81jamesacct

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