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 330
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