Hi,
Help required.
Looking to calculate the following age bands from a huge list of data;
18 - 24
25 - 34
35 - 44
Have tried most things, but am now stuck.
This should be easy!
Can anyone help?
Please.
Hi,
Help required.
Looking to calculate the following age bands from a huge list of data;
18 - 24
25 - 34
35 - 44
Have tried most things, but am now stuck.
This should be easy!
Can anyone help?
Please.
What do you have, dates of birth or ages?
What do you want to do, count how many fall into each category?
If you have ages in F2:F1000, for instance you can count how many fall between 18 and 24 with this formula
=SUMPRODUCT((F2:F1000>=18)*(F2:F1000<=24))
I have a list of ages. The range is 18 - 40
So would like to band them in the mentioned bands.
Some like =if(F2>=18<=24,"18-24" & so on...
What you have posted has helped. But isn't eactly what I need. But hey, something I've learnt.
Any further help would be appreciated.
newbie13.
Try something like:
![]()
=LOOKUP(F2,{0,18,25,35,45},{"under 18","18-24","25-34","35-44","45 and over"})
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Thank you v.much dude.
You are a genius.
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks