Skip to content
Solved Cycle
0:29:56
42
0
0
Last update : 30/08/2024

๐Ÿš€ Supercharge Your SmartSuite: Formula Mastery in Minutes!

๐Ÿงฎ Why Formulas? ๐Ÿค”

Ever wish your data could do more than just sit there? SmartSuite formulas are your secret weapon! They can pull data from different places, make calculations, and even update automatically. ๐Ÿคฏ

โž•โž–โœ–โž— Mastering the Basics: Math Made Easy

Imagine this: you need to calculate invoice totals. Instead of pulling out a calculator, let SmartSuite do the heavy lifting! ๐Ÿ’ช

๐Ÿ’ฐ Example: Invoice Total

Let’s say your hourly rate is stored in a field called “Hourly Rate” and the number of hours worked is in a field called “Total Hours.” Here’s the formula magic:

{Hourly Rate} * {Total Hours}

This simple formula multiplies the values in those fields, giving you the instant invoice total. ๐Ÿคฏ

๐Ÿ’ก Pro Tip:

Use the dot notation! For example, {Contact.Hourly Rate} pulls the hourly rate from a linked contact record.

๐Ÿ”ค Concatenate: Your Text-Combining Wizard

Tired of manually combining text fields? Concatenate to the rescue! ๐Ÿฆธโ€โ™€๏ธ

๐Ÿ“„ Example: Creating Dynamic Invoice Titles

Say goodbye to boring, generic titles! Use this formula to create clear, informative invoice titles:

CONCATENATE("Invoice - ", {Contact.First Name}, " ", {Contact.Last Name}, " - ", {Due Date})

This combines the words “Invoice -“, the client’s first and last names, the word “-“, and the due date into one seamless title. โœจ

๐Ÿ’ก Pro Tip:

Use spaces! Notice the spaces within the quotation marks? They ensure the words in your final text are properly separated.

โž• Sum Function: Adding Up the Big Picture

When you need to add values from multiple linked records, the SUM function is your go-to!

โฑ๏ธ Example: Calculating Total Time Across Projects

Let’s say you track time for different tasks within a project. To calculate the total time spent on a project, use this formula:

SUM({Linked Table.Time Spent}) 

This formula adds up all the values in the “Time Spent” field from the linked table, giving you the total project time. ๐Ÿ“ˆ

๐Ÿ’ก Pro Tip:

Remember to use the correct field names from your linked table!

๐Ÿงฐ Resource Toolbox

Ready to dive deeper into SmartSuite? Check out these awesome resources:

๐Ÿš€ Your SmartSuite Journey Starts Now!

With these powerful formulas at your fingertips, you’re ready to unlock the full potential of SmartSuite. Start automating, simplifying, and revolutionizing your workflows today! ๐ŸŽ‰

Other videos of

Play Video
Solved Cycle
0:16:43
34
0
1
Last update : 11/09/2024
Play Video
Solved Cycle
0:23:32
31
0
4
Last update : 30/08/2024
Play Video
Solved Cycle
0:16:27
31
0
1
Last update : 30/08/2024
Play Video
Solved Cycle
0:36:18
82
0
1
Last update : 30/08/2024
Play Video
Solved Cycle
0:24:12
127
0
3
Last update : 30/08/2024