Being the noob I am, is there a source where ...

Being the noob I am, is there a source where I can learn something about simple rules and formulas? For example, when making a slice I know how to filter all todo’s for me, but don’t know how I filter todo’s for ‘me or X’. That’s the kind of noob I am Don’t want to overask you lot!

0 6 328
6 REPLIES 6

Hi @erwin_blom You could try something like OR([Name]=“Me”,[Name]=“x”)

@Lynn Thank you!

If you have more than just two, you could do the same like IN([Name],{Me,AnotherUser,3rdUser})

@Aleksi_Alkio Thanks again Aleksi! Would you know a place online where I can learn more about the elemental language? So I don’t have to bother you all!)

Erwin, click on the Support menu item in your apps page and search for things like Expressions, Functions, Logical Operators

AND, OR, ISBLANK, etc.

A lot of these are used in Google Sheets, Javascript etc.

best wishes.

MJ

@Mary_Jane_Pender Thanks a lot!

Top Labels in this Space