Published: Nov 25, 2008 - 06:42 am
Story Found By: firebreatherseo 1174 Days ago
Category: Vertical Search
4 Comments
4 Comments
Search Engine Land produces SMX, the Search Marketing Expo conference series. SMX events deliver the most comprehensive educational and networking experiences - whether you're just starting in search marketing or you're a seasoned expert.
Join us at an upcoming SMX event:
Learn more about search marketing with our free online webcasts and webinars from our sister site, Search Marketing Now. Upcoming online events include:
Comments
I use VLOOKUP all the time. It takes a couple of times to get the hang of, but it is such an incredible time saver. This works especially well matching KW SERP Positions to estimated traffic or comparing a lot of disparate data on a single sheet to make informed decisions on KWs
an easier way to do VLOOKUP is to the FX function in the formula bar. Then type vlookup in the search function. It put all the necessary fields youll need to create the query. Additionally, you will want to make the logical statement, "FALSE", that way the function does NOT find the closest match, but will find the exact, true match.
Hi Anthony! Using a "0" is the same as typing "FALSE" and using a "1" is the same as typing "TRUE". Finding the closest match works fine in some situations with numbers but its obvious we dont want to go that way in this scenario. Youre right about the formula bar, thats an easy way to do simple queries and a good way to learn the syntax. That said, it blows when it comes to creating more complicated logic or nested IF statements.
I prefer index() and match() to vlookup - find them easier to work with, but nonetheless, this is useful stuff. Good work.