I have a simple goal, but can't figure this out. Let's say you have a
column with numbers:
1
2
3
4
5
I wish to sum the numbers "4" and "5" using the formula "=sum(A4:A5)"
which adds up to 9. Now I resort the number list to read:
5
4
3
2
1
Keeping my simple sum formula "=sum(A4:A5)" the two numbers it
references are now 2 and 1, adding up to 3. The problem is that even
after I sort, I need the formula to know that I want to add "4" and "5"
not "2" and "1".
How can I do this?
Bookmarks