Hello I need to add a 4th column to this table with a formula that works out the percentage of N.V.s against Vs in theory it should be simple and I thought I could just use divide the cells, however if both boxes state "0" I need it to state "0" rather than an error and if there are no N.V.s at all again "0" and finally if there are no Vs but at least 1 NV it needs to record 100% if that makes sense. (I'll post an example underneath)
Staff member | V | N.V. |
Example | 3 | 2 |
Example | 1 | 0 |
Example | 1 | 0 |
Example | 0 | 1 |
Example | 0 | 0 |
Example | 0 | 0 |
Example | 1 | 0 |
The answers should be as follows:
66%
0
0
100%
0
0
0
Thanks in advance. I know this is probably going to involve the IF function with AND? but I couldn't fully get my head round it
Bookmarks