hello,
I have a column that use "Networkdays" to calcuate the "Start" and "End date" of a row. Example:
Project Name: Start Date: End Date: Duration
-----------------------------------------------------------------------------------------------------------------------------
Project A 11/16/2015 11/17/2015 2
Project B 11/16/2015 #Missing or Invalid Paramaters
I would like to use the COUNTIFS or COUNT to count the "Duration" column and ignore the "#Misisng or Invalid Paramaters".
I am getting the #BLOCKED return instead of 1. Please help. Thank you