Pibsandsquibs
New Member
- Joined
- Aug 18, 2021
- Messages
- 17
- Office Version
- 365
- Platform
- Windows
Hello
I have formula that reads a number of dates entered left to right in a particular row and returns the current arrival date in the column the formula is in. Below is the formula I use. Is there a way to switch that to read the information from right to left? So in my example the I would be entering the oldest information (which is under 22/07) to the right and the the newest information (which is under 26/07) to the left.
=OFFSET(K51,0,MATCH(MAX(K51:CO51)+1,K51:CO51,1)-1)
Current example is for row 51 and the info is below. The date returned is 30/08/24.
I have formula that reads a number of dates entered left to right in a particular row and returns the current arrival date in the column the formula is in. Below is the formula I use. Is there a way to switch that to read the information from right to left? So in my example the I would be entering the oldest information (which is under 22/07) to the right and the the newest information (which is under 26/07) to the left.
=OFFSET(K51,0,MATCH(MAX(K51:CO51)+1,K51:CO51,1)-1)
Current example is for row 51 and the info is below. The date returned is 30/08/24.