Dear friends,
I have a formula which counts unpaid rows in a sheet.
Is that possible to have a count formula for rows from different app?
Thanks in advance.
<<COUNT(SELECT(CN[Amount],[STATUS]=”UNPAID”))>>
Dear friends,
I have a formula which counts unpaid rows in a sheet.
Is that possible to have a count formula for rows from different app?
Thanks in advance.
<<COUNT(SELECT(CN[Amount],[STATUS]=”UNPAID”))>>
No.
Unfortunately it is not possible to run a formula on something in another app.
However, you can add the sheet as a read only table into your app and use the formula. This can reduce the concerns about someone in your current app modifying the sheet data.
Thanks a lot my friend