InorganicMatter
[H]F Junkie
- Joined
- Oct 19, 2004
- Messages
- 15,461
This isn't real programming, but I think you programmers could help me best.
I have got two columns: number one has stores, number two has that store's net sales. I need a way to figure out the stores with above-average sales. I can compute the average (duh!), and index the cells, but is there a way to make the index function spit out all cells in the left column where the cells in the right column are greater than the computed average? I can understand the "programming logic path" I need to take, but my understanding of Excel is very limited.
I have got two columns: number one has stores, number two has that store's net sales. I need a way to figure out the stores with above-average sales. I can compute the average (duh!), and index the cells, but is there a way to make the index function spit out all cells in the left column where the cells in the right column are greater than the computed average? I can understand the "programming logic path" I need to take, but my understanding of Excel is very limited.