Lastest Date in Row Match to Column

coccio

Board Regular
Joined
Mar 19, 2002
Messages
156
Office Version
  1. 2016
Original31-Jul31-Aug24-SepPercentage
5000456.57=(E2-B2)/B2
55005678
6000111098.5
650015161416

In the percentage cell F2 Looking to get the latest date in the row so in this case it would be 24-Sep then using a formula I would like to get a percentage of (7-4/4) or (E2-B1/B1). So the formula would identify the latest date and use that column to calculate the percentage
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Book1
ABCDEF
1Original31-Jul31-Aug24-SepPercentage
25000456.5775.00%
35500567860.00%
46000111098.5-22.73%
56500151614166.67%
Superpave Template (2)
Cell Formulas
RangeFormula
F2:F5F2=(INDEX($C2:$E2,1,MATCH(MAX($C$1:$E$1),$C$1:$E$1,0))-$B2)/$B2
 
Upvote 0

Forum statistics

Threads
1,215,346
Messages
6,124,417
Members
449,157
Latest member
mytux

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