Skip to content
Solutions+
Industry's best value Save!
Smart Scheduling New!
Data Validation
Expert Help
Run your business efficiently
Cloud-based forms system
Instant market analysis
Cloud storage for appraisers
Add more users to your account
Desktop Formfilling
Report delivery
Flood maps
Websites
Read UAD XML files
Powerful cloud-based products
Sketching
Now featuring ScanToSketch
Mileage Totals
Fast and accurate comp data
Integrations for analytics, sketchers, office management, etc.

Integrated Spreadsheets Part 8: A more advanced toggle

Thanks for the feedback on our Tech Tips. Many of you are interested in WinTOTAL’s integrated worksheets, a feature you’ll find nowhere else.

Today's tip combines both of the worksheet functions into one. Again, we’re going to check a box and have some data fill into another blank on the form. We’ll use another “IF” statement, but this time we’ll put a CONCATENATE function as the middle term on the IF statement. This will allow us to dynamically combine text with other form text. My example is the Public Water description field, which we’ll populate with a combination of “City of “ and whatever city the subject is in – in this case, B3.

=IF(B1=”X”,CONCATENATE("City of “,B3),””)

(I put the middle term in another color to help you see it better. You don’t have to do this in your formula.)

Notice that this is almost exactly like the previous Tech Tip, except for the middle term, which is a CONCATENATE function.

If you haven’t signed up for our blog, go ahead and do so at the top of the page, and we’ll see you next week when I’ll show you how to import customized Microsoft Office Excel files into your reports.