I am working on a google docs sheet, currently trying to automate most of the data entry. I want to do an action if a text is found in a cell.
Have a look at this sheet: https://docs.google.com/spreadsheet/ccc?key=0AlfftUoJOAjCdGp0Z2stbmhncGs0bFE5ZU43dkFLVEE#gid=0
I have those scenarios:
- Monthly -> Indicated by number. Pseudo-code: if number.
- Quarterly -> Indicated by "Quarter". Pseudo-code: if text contains "Quarter"
- Yearly -> Indicated by "Yearly". Pseudo-code: if text contains "Yearly"
How can I check each of the three scenarios in Google docs?