Hello:
I have the following formula
Works great, except when there is nothing to return I get the following
, which causes problems when I am trying to do SUM
How can I rewrite my formula so that if there is nothing to return Excel places a 0 instead of #N/A?
Thank you.
I have the following formula
Code:
=INDEX(CCMSTime!C:C,MATCH(A2,CCMSTime!A:A,0))
Works great, except when there is nothing to return I get the following
Code:
#N/A
How can I rewrite my formula so that if there is nothing to return Excel places a 0 instead of #N/A?
Thank you.