I've got a data table setup based on transaction pricing. Column headers are fees for incoming transactions and row headers are fees for outgoing transactions. The data table is dynamic based on different volume scenarios in the other part of our model. What I want to do is find some way to dynamically gather the first instances in each column of the data table where the resulting revenue is greater than or equal to a baseline revenue number we've established.
It's easy enough conditionally format the results and I'm sure there is a way to use index and match to find the intersection but I don't know how to do use the baseline revenue number as a reference point to return the first instance that's greater than that number.
Can anyone help with this?
It's easy enough conditionally format the results and I'm sure there is a way to use index and match to find the intersection but I don't know how to do use the baseline revenue number as a reference point to return the first instance that's greater than that number.
Can anyone help with this?