Hey,
i am trying to make a countsif formula that counts the tenure of the ppl (years and months column) , and groups them accordingly.
0-1year, 0months
1-2year, 0months
2-3years, 0months
3+
Can some one please help?
Thank you
Hey,
i am trying to make a countsif formula that counts the tenure of the ppl (years and months column) , and groups them accordingly.
0-1year, 0months
1-2year, 0months
2-3years, 0months
3+
Can some one please help?
Thank you
tRY
=COUNTIFS(B:B,">="&0,B:B,"<"&1)
=COUNTIFS(B:B,">="&1,B:B,"<="&2)
=COUNTIFS(B:B,">"&2,B:B,"<="&3)
=COUNTIFS(B:B,">"&3)
☚ Click ★ just below left if it helps, Boo?ath?![]()
Try this...
I think you have input the wrong desired output. Check it manually.![]()
=SUMPRODUCT(--($B$2:$B$265>=LEFT(E2,1)*1),--($B$2:$B$265+TRIM(MID($C$2:$C$265,SEARCH("months",$C$2:$C$265)-2,2))/10<=IFERROR(REPLACE(E2,1,SEARCH("-",E2),"")*1,1E+307)))
Regards
sktneer
Treat people the way you want to be treated. Talk to people the way you want to be talked to.
Respect is earned NOT given.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks