Forum Discussion
BartVlek
5 years agoHelper II
Help with filtering
Hi, I have the following issue. I have a colum with turnover, and I have column with webreferences (meaning internetsales). No I would like to know the formula to calculate the internetsales. So if...
BartVlek
5 years agoHelper II
Thank you! What does it loojk like if I only need internetsales?
manikumar34
5 years agoSolution Sage
BartVlek ,
Not clear with the above statement.
IF(ISBLANK(Table[Webreference]),0,SUM(Table[Turnover]))
Regards,
Manikumar