Skip to content

hector-zv/find-closest-match-google-sheets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Closest Match in Google Sheets

Author https://www.chicagocomputerclasses.com/

YouTube Channel > LGS > https://www.youtube.com/channel/UC8p19gUXJYTsUPEpusHgteQ

YouTube Channel > Get __it Done! > https://www.youtube.com/channel/UCJebzvfCuA5ymtb79DQm36A


Support the Developer

Patreon https://www.patreon.com/chicagocomputerclasses

One time donations https://www.chicagocomputerclasses.com/youtube-learn-google-spreadsheets/


Learn how to use on YouTube https://youtu.be/Ft5lxsXIGfE

V1.0

=GETBESTMATCH(A1,G:G,0.7)

V1.1

=FINDSIMILARTEXT(A1,G:G,0.7,"text")
=FINDSIMILARTEXT(A1,G:G,0.7,"position")

V1.2

=FINDSIMILARTEXT(A1,G:G,0.7,"text")
=FINDSIMILARTEXT(A1:A6,G:G,0.7,"text")
=FINDSIMILARTEXT(A1,G:G,0.7,"position")
=FINDSIMILARTEXT(A1:A6,G:G,0.7,"position")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%