good day, i just want to categorized age range & education according to number of males & females using excel formula...
sample.jpg
good day, i just want to categorized age range & education according to number of males & females using excel formula...
sample.jpg
Last edited by James Ray; 07-13-2016 at 10:39 PM. Reason: attachment added
help me out pls.
This will help you the categorized in age.
![]()
=COUNTIFS($C$2:$C$7,">="&18,$C$2:$C$7,"<="&35,$B$2:$B$7,"Male")
![]()
=COUNTIFS($C$2:$C$7,">="&18,$C$2:$C$7,"<="&35,$B$2:$B$7,"Female")
how do you correlate education into those categories??
why is caregiver vocational rather than elementary or high school?
If you are satisfied with the solution(s) provided, please mark your thread as Solved.
Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.
These should give you an idea on categorized in education. As humdingaling said, you need to define the criteria a little more.
![]()
=COUNTIFS($D$2:$D$7,"Masters*",$B$2:$B$7,K$2)
![]()
=COUNTIFS($D$2:$D$7,"BS*",$B$2:$B$7,K$2)
![]()
=COUNTIFS($D$2:$D$7,"High*",$B$2:$B$7,K$2)
thanks a lot for contributing the ideas....
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks