I’m trying to collect some data from potential customers. One of the fields we need to provide a pricing estimate is the square footage of their home. Right now, we’re just going to collect the number they tell us and then our customer service team would build a proper quote and email them. But, I can eliminate a couple steps if I can take the square footage number they gave us and and compare it against a google sheet that has the pricing data.
I did pose this question direct to videoask, and they did show me a way with conditional logic. However, there are thousands of possibilities of what people could say and using their method and I would need to create each one as an option.
We price things in 300 square foot blocks. So if someone’s house is between 1901 and 2200 square feet, the answer would be the same. I could do it with something like VLOOKUP in google sheets, but I don’t know how to integrate that into the videoask (or if it’s even possible).