• 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.

Separate payroll as a result of each individual

Visor

Member
Dear friends of the forum, the status of this issue is that I have a general payroll in which I have a list of 70 students, in the example just I have some with approved result, suspended or failed I would be able to use the buttons to separate in payrolls approved, suspended and reprobates 70 that may have actually like I can accomplish this?

I put 3 button Nominate the first is Approved (Nomina Aprobados), the second Nominate of failures (Nomina Suspensos) and the third Nominate of reprobates (Nomina Reprobados). The formula for this classification is based on the score that is in the K column

upload_2016-3-2_11-56-20.png

Code:
=SI(Y(I13>=7;D13>=70%);"aprobado";SI(O(I13<=4,49;D13<70%);"reprobado";SI(Y(I13>=5;D13>=70%);"suspenso")))

ie if >7 = Approved
<=4,49 : reprobates
>=5 : failures, for new opportunity again

I upload the file to be seen
I appreciate your kind support
 

Attachments

  • Separar nominas segun resultados.xlsm
    31.2 KB · Views: 3
Back
Top