• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Formula to return the number of allowances

Yitzhackm

Member
Hello all, need some help please .. I have a report that provides the total allowances used per supervisor. need a formula that returns (if possible)

how many allowances 0 to 6

how many allowances 6 to 9

how many allowances 9 to 12

how many allowances over 12.5

per supervisor.

Thanks is advance ..
 

Attachments

  • test 1.xlsx
    8.6 KB · Views: 10
Logit,thanks for your reply. Column A will return the supervisor's name A:1 will be the only heading Supervisor.. see attached
 

Attachments

  • Copy of test 1.xlsx
    10.8 KB · Views: 6
upload_2017-7-25_8-50-47.png

In F2, enter,

=TRANSPOSE(FREQUENCY(OFFSET($C$1,MATCH($E2,$A$2:$A$37,0),,12),{6,9,12}))

Select F2:I2, array enter (SHIFT+CTRL+ENTER), then all copy down.

Regards
Bosco
 

Attachments

  • FrequencyTest.xlsx
    11.9 KB · Views: 6
Back
Top