I have large spreadsheet that tracks a rover on Mars. It has an existing report that extracts relevant data each time the rover completes a drive. But I am developing a new report to provide a snapshot from any earlier drive. I can get most of the data I need for my report by using VLOOKUP that looks at a value from a drop-down list. However I am struggling to find a formula that will provide the MAX or MIN data in the reduced ranges of specific columns.
Example: I want to establish the minimum number from range M3:M# where M# is on the same row of my sheet as my search criteria in my drop down list.
Can this be done in a VLOOKUP formula, or might I need helper cells?
M20 July 2026 1922.ods (1.2 MB)
EDIT: I have uploaded the file.
There are several tabs.
The report is on the Report tab, the first data I need is on the Wjson tab in column M, once I can make that one work, I can revise the formula to make the others
On the report tab you can see a drop down list in cell H1, this is used in several other formulas in column H (H3:H55) to get data for the new report from 2 tabs. Many of those formulas use VLOOKUPs to get specific values. My aim is to add a similar function to just use a limited range, ie from the first row of data in column N to the associated row to whatever is in the drop down box
The formula in H4 [=MAX(Wjson.M:M)] gives me Max value for the whole mission. The formula I need will produce the MAX value up to the drop-down selection. I hope that makes sense
