hey, I am trying to create an Add-in function to my excel sheet. Basically, I need it to say
=if(isna(vlookup(Lookup_value,Table_array, Col_index_num,[Range_lookup])),"0",vlookup(Lookup_value,Table_array, Col_index_num,[Range_lookup])) .
I have been manually typing this function in when I...