Forum Discussion
nice guy
Sep 12, 2018Copper Contributor
Live Data from dropdown list
Hi, Basically what im after is how can i get data from an drop down list? For example in the image below i have a column called "status" which has an drop down list i can choose from (complet...
- Sep 12, 2018use =countif(range,"text") where text would be pending, completed or others...
Lorenzo Kim
Sep 12, 2018Bronze Contributor
use =countif(range,"text") where text would be pending, completed or others...
nice guy
Sep 12, 2018Copper Contributor
Thank you Lorenzo
- Lorenzo KimSep 12, 2018Bronze Contributorwelcome - glad I can help..