I want to automatically generate a totals statement at the bottom of my spreadsheet like the following:
116 PAID MEMBERS, 100 EMAIL ADDRESSES, TOTAL DUES COLLECTED = $590
where the three numerical values (in bold) are generated into the text in a line of merged cells.
How can I do that? Is it even possible? I don’t know if I need to add more detail here.
To add some detail: I know how to calculate each of the numerical values using the functions COUNTIF(), COUNTA(), & SUM(). I am doing that already. I just want to embed those calculated values into the text strings that applies to them. And because this spreadsheet must be imported to other software such as third party apps, I want it at the bottom. Just makes it easier.