Sum expression

Celes
New Member

hi,

please help translate this formula to appsheet expression

=IF(C6=โ€œNoโ€,โ€œLowโ€,(IF(SUM(C8:C12)>2,โ€œHighโ€,IF((C11+C12)=0,โ€œLowโ€,โ€œMidโ€))))

thanks

0 4 208
4 REPLIES 4

You need to elaborate your query. How can we help without having any information about your app, your table schema, your column structure, your column types etc. Otherwise it will be seeking for a needle in the hay stack.

Celes
New Member

Hi LeventK,

if the value of c6 column is โ€œNoโ€ then the result is โ€œLOWโ€ else compute the sum of the value of column c8 up to column c12, if the result is greater than 2, the result will be โ€œHIGHโ€ else LOW or mid.

c8 - 1
c9 - 2
c10-5
c11-3
c12-2

sum : 13

data types are number

@Celes
I know how to interpret an IF expression. I was asking your appโ€™s column structure. In your app, is the column names like C6, C8, etc.? As per which criteria you will sum those values? You will be summing accross columns and rows, so you need to identify the range somehow, therefore you will need criteria.

Steve
Platinum 4
Platinum 4
Top Labels in this Space