I have this formula in my spreadsheet but I w...

I have this formula in my spreadsheet but I want to put it in appsheet instead.

Appsheet is not recognizing it.

What is the appsheet translation of it? =COUNTIF(Notes!$I2:$I,โ€œtextโ€)

0 7 320
7 REPLIES 7

Try COUNT(SELECT(Notes[ColumnName],[ColumnName]=โ€œtextโ€))

Tried this - itโ€™s not counting and showing any totals like the spreadsheet query did

It should do that. Are you searching the string โ€œtextโ€ or something else? May I see the formula you tried?

So here is an image of an example of what I want done - to make a chart

bar graph show how many times particular words occur in a column.

Notes is the spreadsheet table and Impact is the name of the column =COUNT(SELECT(Notes[Impact],[Impact]=โ€œGlobal Mindednessโ€))

drive.google.com - Screenshot 2018-05-20 16.04.34.png

Screenshot 2018-05-20 16.04.34.png drive.google.com

Have you tried to use virtual column for this calculation?

okay - I feel quite silly - I figured out the chart view can do the COUNTโ€ฆ for what I wanted - Iโ€™m learning.

Top Labels in this Space