Hello everyone,
I have an excel table (see the link at the end) and I would like to automate the incrementation of column C, I tried this function but there is still a malfunction:
= SI ($ B5 = "success", REPT ("0", 4-NBCAR (NB.SI.ENS ($ B $ 5: $ B5, $ B5, $ A $ 5: $ A5, $ A5) .SI.ENS ($ B $ 5: $ B5; $ B5; $ A $ 5: $ A5; $ A5); "")
In fact I tested a solution but it does not work yet and I would like you to do the same thing in the following way on the attached file:
- Starting from line 10, choosing the "fail" value generates in the column C and in the same row an empty cell
- Then line 12, the choice of the value "succes", gives as value "0001"
At this level everything is alright,
- Then for line 11, the choice of "success" gives "0001" and the previous value of line 12 changes from "0001" to "0002", this is where the problem arises, usually in line 12 the value should always remain "0001" and line 11 "0002" , and so on
Note that the test result entry is not done from top to bottom, but it can intervene at any level, for example it can start from line 10 and secondly line 11 etc. as the example described above
Thank you for repeating the test as described above, and thank you for proposing an adequate solution
https://drive.google.com/open?id=0BwD65s8cTynJQ1BuUHd0ZXRLSzQ
I have an excel table (see the link at the end) and I would like to automate the incrementation of column C, I tried this function but there is still a malfunction:
= SI ($ B5 = "success", REPT ("0", 4-NBCAR (NB.SI.ENS ($ B $ 5: $ B5, $ B5, $ A $ 5: $ A5, $ A5) .SI.ENS ($ B $ 5: $ B5; $ B5; $ A $ 5: $ A5; $ A5); "")
In fact I tested a solution but it does not work yet and I would like you to do the same thing in the following way on the attached file:
- Starting from line 10, choosing the "fail" value generates in the column C and in the same row an empty cell
- Then line 12, the choice of the value "succes", gives as value "0001"
At this level everything is alright,
- Then for line 11, the choice of "success" gives "0001" and the previous value of line 12 changes from "0001" to "0002", this is where the problem arises, usually in line 12 the value should always remain "0001" and line 11 "0002" , and so on
Note that the test result entry is not done from top to bottom, but it can intervene at any level, for example it can start from line 10 and secondly line 11 etc. as the example described above
Thank you for repeating the test as described above, and thank you for proposing an adequate solution
https://drive.google.com/open?id=0BwD65s8cTynJQ1BuUHd0ZXRLSzQ