J
James
I've got an Excel problem that is really stumping me. I need to find
a way for Excel to tell me when a certain value (specifically, the sum
of 2 cells that isn't constant) has been exceeded. For example,
imagine the following table:
Jan 03 Feb 03 Mar 03 Apr 03
APPLES 2 4 4 5 ...
ORANGES 5 7 10 13 ...
BANANAS 3 5 7 9 ...
....
....
....
I'm trying to create a formula or macro that can tell me what month
the # of Apples + # of Oranges is greater than, lets say 10. So in
this case, in Feb 03, the # Apples + # Oranges = 11, which has met the
threshold criteria, so the formula will return to me "Feb 03". My
list of actual data is about 1600 lines long, but I'd need to be able
to specify which items I wanted to compare (i.e. tell Excel to compare
Bananas to Mangos, and find out what month the total will exceed 10)
I don't think that Hlookup of Vlookup alone is powerful enough to do
it. Do I have to do it as a macro? Are there any Excel wizards that
could give me some advice? I would really appreciate it!
Thanks,
Jimmy
a way for Excel to tell me when a certain value (specifically, the sum
of 2 cells that isn't constant) has been exceeded. For example,
imagine the following table:
Jan 03 Feb 03 Mar 03 Apr 03
APPLES 2 4 4 5 ...
ORANGES 5 7 10 13 ...
BANANAS 3 5 7 9 ...
....
....
....
I'm trying to create a formula or macro that can tell me what month
the # of Apples + # of Oranges is greater than, lets say 10. So in
this case, in Feb 03, the # Apples + # Oranges = 11, which has met the
threshold criteria, so the formula will return to me "Feb 03". My
list of actual data is about 1600 lines long, but I'd need to be able
to specify which items I wanted to compare (i.e. tell Excel to compare
Bananas to Mangos, and find out what month the total will exceed 10)
I don't think that Hlookup of Vlookup alone is powerful enough to do
it. Do I have to do it as a macro? Are there any Excel wizards that
could give me some advice? I would really appreciate it!
Thanks,
Jimmy