I've been playing with all of them and I may be missing something.
The goal is, obviously, to perform lookups based on data that I have in a table.
So if I have a table
Firstif I want to find out what month the most Stuff occured, I figured I'd do some kind of HLookup where the Lookup_value is a MAX() function. This doesn't seem to work. Any ideas?
Second, If I want to know what month the least Things occured I can't get it to recognize the split range. Do I have to name the range? Will that work? Is there some other way to do it?
Thanks.
The goal is, obviously, to perform lookups based on data that I have in a table.
So if I have a table
Code:
Jan 06 Feb06 March06
Stuff 5 4 9
Things 6 5 1
Firstif I want to find out what month the most Stuff occured, I figured I'd do some kind of HLookup where the Lookup_value is a MAX() function. This doesn't seem to work. Any ideas?
Second, If I want to know what month the least Things occured I can't get it to recognize the split range. Do I have to name the range? Will that work? Is there some other way to do it?
Thanks.