Excelquestion35
Board Regular
- Joined
- Nov 29, 2021
- Messages
- 53
- Office Version
- 2016
- Platform
- Windows
Hi all,
For some reason I can not find the fix for a an easy Countifs function.
leads to an error while below one is working fine as it should be, but this formula is not convenient to drag down since I have to adjust the row it looks for per department.
The Vlookup is just a number that counts the number of processes where the department is written in red above the code, so is not in scope for the issue.
For some reason I can not find the fix for a an easy Countifs function.
Rich (BB code):
=COUNTIFS($D13:$S13;">"&3;$D1:$T7;Overview!$B13)/VLOOKUP(B13;Table2[#All];2;FALSE)
Rich (BB code):
=COUNTIFS($D14:$S14;">"&3;$D$1:$T$1;Overview!$B14)/VLOOKUP(B14;Table2[#All];2;FALSE)
The Vlookup is just a number that counts the number of processes where the department is written in red above the code, so is not in scope for the issue.
Last edited by a moderator: