February 2025
Beginner
304 pages
8h 8m
English
Chapter 14 looked at several functions that allow us to return parts of data. This chapter looks at a few more functions that let you combine values in different ways and even perform calculations. Depending on the nature of the data you’re working with, I’m sure you’ll find some functions in this chapter that you’ll use frequently. If you work with address data, for example, how can you combine all the columns for street, city, and more into a single column? Or if you work with financial reports, how can you make all your calculations show the desired precision of currency?
This chapter looks at these scenarios and more. We’ll start with using functions to combine values.