Forum Discussion
QuickBaseCoachD
6 years agoQrew Captain
If (
[Miles]> 0 and [Miles <= 150, "$450,
[Miles]>150 and [Miles] <= 200, "$600",
.. then a value for when Miles is > 200)
[Miles]> 0 and [Miles <= 150, "$450,
[Miles]>150 and [Miles] <= 200, "$600",
.. then a value for when Miles is > 200)
MikeKlausing
6 years agoQrew Assistant Captain
Mark- I followed a previous post of yours on how to use a URL formula to pull up google maps and generate a distance between two points. I have made it that far and google maps will say its 500 miles total. Is there a way to get the "500" miles back over to a field in my quickbase form without manually typing it in?