I am self taught and don't always know the right way to ask the questions to google. 2 days ago I posted my sumproduct formula and with help it worked perfectly. Now I am trying to add an IF for a zero return, (which is ok, I need the zeros to populate), but if it is not a zero, I need it to be whatever the SUMPRODUCT formula is populating. I used in cell K4 =iferror(if(sumproduct(data))="0",K4,"Not Available"),"") and it only will populate with "Not Available" even if the sumproduct result was 100. I also do not have to use the IF formula, I just need the formulated 0 to result in "Not Available" and any other number formulated to stay that number. Any ideas?
Thank you in advance for any help.
Thank you in advance for any help.