Array formulas in appsheet

Hi there, formula =arrayformula(if(and(MAX(IF($B:$B=$B212,$A:$A))=VALUE($A212),MAX(($B:$B=$B212)*($A:$A=$A212)row($A:$A))=row()),โ€œYโ€,โ€œNโ€))
is in a google sheet.
Appsheet has got this as
=ArrayFormula(if(and(MAX(IF(C2:C2=RC2,C1:C1))=VALUE(RC1),MAX((C2:C2=RC2)
(C1:C1=RC1)*row(C1:C1))=row()),โ€œYโ€,โ€œNโ€))
However when new entries are made in the app, the formula does not copy down, and the cell remains blank.

Can anyone recommend any suggestions here? Thanks in advance
Chris

0 6 1,362
6 REPLIES 6

I may be confused but I would guess that the array formula should not be in AppSheet at all. The AppSheet code that you quoted would be replicated with every new line. However, you only need one array formula in the spreadsheet โ€“ at the first row.

Again, apologies if I have misunderstood your situation.

Steve
Platinum 4
Platinum 4

Might be best to contact support@appsheet.com directly for help with this.

You can try putting this in the header with something like =ARRAYFORMULA(IF(row(A:A)==1, โ€œColumn Nameโ€, โ€ฆ))

I have the same problem. How did you fix it?

=ARRAYFORMULA(SI(Y(B7=โ€œMONOFASICOโ€;J7=โ€œTabla Xโ€); MIN(SI(โ€˜002โ€™!$C$10:$C$29>Q7;โ€˜002โ€™!$C$10:$C$29));
SI(Y(B7=โ€œTRIFASICOโ€;J7=โ€œTabla Xโ€); MIN(SI(โ€˜002โ€™!$D$10:$D$29>Q7;โ€˜002โ€™!$D$10:$D$29));
SI(Y(B7=โ€œMONOFASICOโ€;J7=โ€œTabla XIโ€); MIN(SI(โ€˜002โ€™!$G$10:$G$29>Q7;โ€˜002โ€™!$G$10:$G$29));
SI(Y(B7=โ€œTRIFASICOโ€;J7=โ€œTabla XIโ€); MIN(SI(โ€˜002โ€™!$H$10:$H$29>Q7;โ€˜002โ€™!$H$10:$H$29));
SI(Y(B7=โ€œMONOFASICOโ€;J7=โ€œTabla XIIโ€); MIN(SI(โ€˜002โ€™!$K$10:$K$29>Q7;โ€˜002โ€™!$K$10:$K$29));
SI(Y(B7=โ€œTRIFASICOโ€;J7=โ€œTabla XIIโ€); MIN(SI(โ€˜002โ€™!$L$10:$L$29>Q7;โ€˜002โ€™!$L$10:$L$29));
SI(Y(B7=โ€œMONOFASICOโ€;J7=โ€œTabla XIIIโ€); MIN(SI(โ€˜002โ€™!$O$10:$O$29>Q7;โ€˜002โ€™!$O$10:$O$29));
SI(Y(B7=โ€œTRIFASICOโ€;J7=โ€œTabla XIIIโ€); MIN(SI(โ€˜002โ€™!$P$10:$P$29>Q7;โ€˜002โ€™!$P$10:$P$29))
)))))))))

Any solution yet?

Top Labels in this Space