Hey everyone,
I am quite new to excel and been trying to find a solution for over a day now.. I guess it's rather an easy problem, however, cannot really understand how to solve it.
Here is a table I have.
My task is to count ones until certain level (in this instance, 3) and return an exact location after certain level is achieved. For example, 0 means that an employee wasn't present at the job whereas 1 - present at the job. We pay salary after employee has been in the job for 3 days. So, I have to write formula which would return a result of 5 (meaning that employee was present on A and B days, absent on C and D days, and on E day arrived to the job and this was the third day of presence).
I was using formula below but it returns N/A, hopefully someone could help me out.
=+MATCH(3,SUM(J7:N7)=3,0)
I am quite new to excel and been trying to find a solution for over a day now.. I guess it's rather an easy problem, however, cannot really understand how to solve it.
Here is a table I have.
A | B | C | D | E | F | G |
1 | 1 | 0 | 0 | 1 | 1 | 1 |
My task is to count ones until certain level (in this instance, 3) and return an exact location after certain level is achieved. For example, 0 means that an employee wasn't present at the job whereas 1 - present at the job. We pay salary after employee has been in the job for 3 days. So, I have to write formula which would return a result of 5 (meaning that employee was present on A and B days, absent on C and D days, and on E day arrived to the job and this was the third day of presence).
I was using formula below but it returns N/A, hopefully someone could help me out.
=+MATCH(3,SUM(J7:N7)=3,0)