Solved
Forum Discussion
MarkShnier__You
Qrew Legend
10 months agoTry this
IF([Year 1 Ask], [YEAR 1],0)
+
IF([Year 2 Ask], [YEAR 2],0)
+
IF([Year 3 Ask], [YEAR 3],0)
+
IF([Year 4 Ask], [YEAR 4],0)
+
IF([Year 5 Ask], [YEAR 5],0)
- ReneeHansen110 months agoQrew Cadet
Thank you! Thank worked. And for my learning purposes, is that the best way to handle these types of scenarios or are there other options for getting this result as well?