Here I go, trying to make sense...
I have two columns of data: A and B
Column A is a list of ages, column B is a count of people with that respective age.
In Excel, how would I find the greatest age in column A that has at least one person of that age?
Please ignore the dashes in the 'spreadsheet' below:
The answer should be: 70
I have two columns of data: A and B
Column A is a list of ages, column B is a count of people with that respective age.
In Excel, how would I find the greatest age in column A that has at least one person of that age?
Please ignore the dashes in the 'spreadsheet' below:
Age-------- Qty.
A------------- B
61----------- 14
62 ----------- 5
63 ------------1
64------------ 1
65 ----------- 1
66 ----------- 1
67 ------------1
68 ------------2
69 ------------1
70 ------------1
71 ------------0
72 ------------0
73 ------------0
The answer should be: 70