Greetings, First let me thank you in advance with any help and/or suggestions. I have 5 tables that I am summarizing on a new tab. I am using the following formula to get my totals for one column that has repeating values, and want just the total the unique data points, of
SUMPRODUCT(1/COUNTIF(TableA[Data1],TableA[Data1])).
If a table has not had data added yet I get a DIV/0! Error.
I tried changing it to
IF(TableA[Data1],SUMPRODUCT(1/COUNTIF(TableA[Data1],TableA[Data1]),0)) get a return of FALSE.
Is there a better (easier) formula that I could use to just show Zero for those tables that have not had data added to the list (yet)? Again, Thank you for any assistance.
SUMPRODUCT(1/COUNTIF(TableA[Data1],TableA[Data1])).
If a table has not had data added yet I get a DIV/0! Error.
I tried changing it to
IF(TableA[Data1],SUMPRODUCT(1/COUNTIF(TableA[Data1],TableA[Data1]),0)) get a return of FALSE.
Is there a better (easier) formula that I could use to just show Zero for those tables that have not had data added to the list (yet)? Again, Thank you for any assistance.