Jump to content

So I am working on a little project involving a google form. Essentially, what i want to do is have google sheets somehow search for word repetitions in a given column . For example, if 15 people were to submit the name "bgibbz" into a text box in the form, i want somewhere on the spreadsheet to output 15. Is this possible? i noticed the script editor, and i could pretty easily code a script to do this if it was javascript, but im not sure what the programming language is or how to use the API. Any help would be appreciated, thanks!

******If you paste in text into your post, please click the "remove formatting" button for night theme users.******

CPU- Intel 6700k OC to 4.69 Ghz GPU- NVidia Geforce GTX 970 (MSI) RAM- 16gb DDR4 2400 SSD-2x500gb samsung 850 EVO(SATA) Raid 0 HDD- 2tb Seagate Case- H440 Red w/ custom lighting Motherboard - MSI Z170 Gaming A OS- Windows 10 Mouse- Razer Naga Epic Chroma, Final Mouse 2016 turney proKeyboard- Corsair k70 Cherry MX brown

Link to comment
https://linustechtips.com/topic/650949-google-sheets-help/
Share on other sites

Link to post
Share on other sites

Just now, bgibbz said:

So I am working on a little project involving a google form. Essentially, what i want to do is have google sheets somehow search for word repetitions in a given column . For example, if 15 people were to submit the name "bgibbz" into a text box in the form, i want somewhere on the spreadsheet to output 15. Is this possible? i noticed the script editor, and i could pretty easily code a script to do this if it was javascript, but im not sure what the programming language is or how to use the API. Any help would be appreciated, thanks!

You can hit Crtl+F and type in "bgibbz" and jot down 15.

Link to comment
https://linustechtips.com/topic/650949-google-sheets-help/#findComment-8364382
Share on other sites

Link to post
Share on other sites

1 minute ago, WSADKeysGaming said:

You can hit Crtl+F and type in "bgibbz" and jot down 15.

obviously, but i am looking for an automated way due to the application.

******If you paste in text into your post, please click the "remove formatting" button for night theme users.******

CPU- Intel 6700k OC to 4.69 Ghz GPU- NVidia Geforce GTX 970 (MSI) RAM- 16gb DDR4 2400 SSD-2x500gb samsung 850 EVO(SATA) Raid 0 HDD- 2tb Seagate Case- H440 Red w/ custom lighting Motherboard - MSI Z170 Gaming A OS- Windows 10 Mouse- Razer Naga Epic Chroma, Final Mouse 2016 turney proKeyboard- Corsair k70 Cherry MX brown

Link to comment
https://linustechtips.com/topic/650949-google-sheets-help/#findComment-8364395
Share on other sites

Link to post
Share on other sites

Took bit Googling but I think I found it. Its

=COUNTIF(range;"value")

Where range is column, row or both. Like "C2:C50". And value with " " the text your are looking for. Note that it has to be exact. Capitalization doesn't matter. But mistypes will do.

^^^^ That's my post ^^^^
<-- This is me --- That's your scrollbar -->
vvvv Who's there? vvvv

Link to comment
https://linustechtips.com/topic/650949-google-sheets-help/#findComment-8365429
Share on other sites

Link to post
Share on other sites

5 hours ago, LoGiCalDrm said:

Took bit Googling but I think I found it. Its


=COUNTIF(range;"value")

Where range is column, row or both. Like "C2:C50". And value with " " the text your are looking for. Note that it has to be exact. Capitalization doesn't matter. But mistypes will do.

Thanks! 

******If you paste in text into your post, please click the "remove formatting" button for night theme users.******

CPU- Intel 6700k OC to 4.69 Ghz GPU- NVidia Geforce GTX 970 (MSI) RAM- 16gb DDR4 2400 SSD-2x500gb samsung 850 EVO(SATA) Raid 0 HDD- 2tb Seagate Case- H440 Red w/ custom lighting Motherboard - MSI Z170 Gaming A OS- Windows 10 Mouse- Razer Naga Epic Chroma, Final Mouse 2016 turney proKeyboard- Corsair k70 Cherry MX brown

Link to comment
https://linustechtips.com/topic/650949-google-sheets-help/#findComment-8366411
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×