Forum

Notifications
Clear all

Scan Formula

3 Posts
2 Users
0 Reactions
169 Views
(@steveo0707)
Posts: 28
Trusted Member
Topic starter
 

Hello,

 

I am using this formula in Cell(C5) to look through the Date column(A) for the last entry date.

=IFERROR(LOOKUP(10^99,A:A),"None")

I am looking to see how to modify the formula above or what other possible formula I can use to scan:

Column G for 6-Month Review and Place the Date of this 6-Month Review into Cell(D6) Last 6-Month Review

Any help would be greatly appreciated.Last-6-Month-Review.png

 
Posted : 13/02/2024 4:00 pm
(@debaser)
Posts: 837
Member Moderator
 

=INDEX(A:A,match("6-Month Review",G:G,0))

should do it.

 
Posted : 13/02/2024 7:35 pm
(@steveo0707)
Posts: 28
Trusted Member
Topic starter
 

Hello Velouria,

 

That worked. Thank you.

Have a great day!

 
Posted : 21/02/2024 9:02 am
Share: