Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9831

IFS Function is throwing 'Parse Error' and 'N/A No Match' when used with SUM [Google Sheets]

$
0
0

The desired end result is simply A1 > A2 + 10 = ▲

The line I've tried throws Parse Error:

(Even though when I highlight "(SUM(A3,10)" in the line it reads the correct sum value in the popup box)

=IFS(A1>(SUM(A3,10), "▲")

So I made a new cell (A3) and did the SUM Function separate:

=SUM(A2,10)

But when I run this line to draw from A3 it says "#N/A: Error No Match":

=IFS(A1>A3, "▲")

I can't figure out what's going on. IFS seems to want to reject SUM entirely even though SUM is working just fine. I even tried to run it with INT to no avail:

=INT(SUM(A2,10))


Viewing all articles
Browse latest Browse all 9831

Latest Images

Trending Articles



Latest Images