I have a spreadsheet with multiple columns of information, however three are of specific interest: price, quantity sold, and total revenue (p x q). There can be 500+ rows of data to this spreadsheet.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
I’ve then set up a v-lookup function to find the maximum total revenue. It’s set to identify the price, quantity and total revenue in a given row. Let’s call this row of information a “hot row.” Certainly as sales progress, this row of information could / should change.
<o> </o>
What I'm trying to do is analyze the information above and below this “hot row / reference cells.” Price is listed in descending order within the columns of data.
<o> </o>
Simple example: Let’s say there were 30 units sold for $5.25, 20 units for $5.10, 100 units for $5.00, 10 units for $4.00, 20 units for $3.50. Clearly, the 100 unit row of information is the winner. Total units are 180 with 50 units above and 30 units below.
<o> </o>
How would I set this automation up as the "hot row" will change with new, data input? It’s clearly a simple sum technique, but I can't figure out how to use that reference point to manipulate around the data.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
I’ve then set up a v-lookup function to find the maximum total revenue. It’s set to identify the price, quantity and total revenue in a given row. Let’s call this row of information a “hot row.” Certainly as sales progress, this row of information could / should change.
<o> </o>
What I'm trying to do is analyze the information above and below this “hot row / reference cells.” Price is listed in descending order within the columns of data.
<o> </o>
Simple example: Let’s say there were 30 units sold for $5.25, 20 units for $5.10, 100 units for $5.00, 10 units for $4.00, 20 units for $3.50. Clearly, the 100 unit row of information is the winner. Total units are 180 with 50 units above and 30 units below.
<o> </o>
How would I set this automation up as the "hot row" will change with new, data input? It’s clearly a simple sum technique, but I can't figure out how to use that reference point to manipulate around the data.