Hey Guys/Girls, I need some help with getting back the most profitable product in a single cell and a least profitable in another. I had a working formula but it didn't worked with empty spaces.
I have a summary sheet and a second data sheet where i store all the information.
On the summary sheet all I need to see is the most and the least profitable.
on the second sheet let's call it "data" i have a column with different name of products and next to them the profit they generated, each a bit different.
All I need back is the name of the product that made the most and least profit withouth giving an error when i extend it over hundreds of empty space.
If anyone got an answer please help.
Thanks.
I have a summary sheet and a second data sheet where i store all the information.
On the summary sheet all I need to see is the most and the least profitable.
Profitability.xlsx | ||||
---|---|---|---|---|
A | B | |||
1 | Name of product | |||
2 | Most profitable | |||
3 | Least profitable | |||
Summary |
on the second sheet let's call it "data" i have a column with different name of products and next to them the profit they generated, each a bit different.
Profitability.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Name of product | Profit | Minus | ||
2 | a | 10 | 0 | ||
3 | b | 20 | 0 | ||
4 | a | 0 | 20 | ||
5 | a | 100 | 0 | ||
6 | b | 0 | 0 | ||
7 | c | 0 | 30 | ||
8 | c | 0 | 20 | ||
9 | c | 50 | 0 | ||
10 | d | 10 | 0 | ||
11 | b | 30 | 0 | ||
12 | b | 0 | 0 | ||
13 | c | 0 | 60 | ||
14 | a | 0 | 10 | ||
Data |
All I need back is the name of the product that made the most and least profit withouth giving an error when i extend it over hundreds of empty space.
If anyone got an answer please help.
Thanks.