In a excel we will add a Row " total" when the total is done for a column . In a attached example text "TOTAL" was typed in a " C23" . How to do this in alteryx . please help
Hi,
one solution to do this kind of things is to use an union with a summarize tool, it creates a "total line". another solution would be to use the Crew macro pack with their add totals macro.
Thanks . It works but one issue your formula works only if one blank row . But what if two or three blank and i need only in one particular row.