Hello. I have an "intake" sheet in which I now have a calculation sheet in order to start putting numbers on a dashboard.
What I'm trying to do: Set up a formula where Smartsheet will (for example) sum the Units sold only if the Year is 2026, month is 1 and City is New York. Smartsheet has been hitting me with a "0" when I use the following formula:
=SUMIFS(
{Units sold},
{Year}, 2026,
{Month}, 1
)
I have tried putting both the month and year in quotes, to no avail. I haven't even tried adding location in yet. I'm sure I'm just missing something simple, but ChatGPT is getting angry at me. Any help is appreciated.