Tally + Make calculation bug getting massively inflated outputs
I’m building a simple revenue-loss calculator using Tally + Make, but running into a calculation issue. Inputs:• Daily calls (e.g. 10–20)• Missed call % (e.g. 10–30%)• Avg consultation value ($300–$700) Goal:Calculate monthly revenue loss from missed calls. Problem:Instead of a realistic number, I’m getting extremely inflated outputs (like $13B+/month), which means something is off in how values are being passed or multiplied. I suspect:• Tally is sending text ranges instead of numeric values• Or Make is treating inputs incorrectly (arrays/text) Has anyone solved this cleanly without overcomplicating the logic? Would really appreciate a simple, reliable approach!