I created an IIF statement for cell named CircForPlanCalcs:
=IIf([Text285] Is Null,[Circulation],[Text285])
is the formula.
it works fine, I only need to find a way to SUM up these values that it pulled. I tried
Sum([CircForPlanCalcs]) but it recognized it as a parmater query.
Any help would be greatly appreciated!
=IIf([Text285] Is Null,[Circulation],[Text285])
is the formula.
it works fine, I only need to find a way to SUM up these values that it pulled. I tried
Sum([CircForPlanCalcs]) but it recognized it as a parmater query.
Any help would be greatly appreciated!