Hello,
One of my columns, we'll call it A, is a list of independent values (just numbers.)
Let's say B is set to return "" or "Yes", depending on if a number of columns meet certain conditions.
Column C tells me which row column B finally returns Yes.
I want column D to return the max in column A after column B finally returns Yes. So, if column C returns 3, I want column D to display max of current A-row to A3. If C returns 4, I want column D to display max of current A-row to A4. can this be done?
thank you!
Bookmarks