Oct 17, 2023 06:17 PM
So I'm tracking vehicles in my base(s), and I typically use a formula for my primary field for ease of search for my coworkers: CONCATENATE("Branch #"," ",Location," ",Year," ",Make," ",Model," ",VIN)
Solved! Go to Solution.
Oct 17, 2023 06:44 PM
Yes, that will work, but move the right parenthesis from the first line and move it to the end of the formula.
Oct 17, 2023 06:44 PM
Yes, that will work, but move the right parenthesis from the first line and move it to the end of the formula.
Oct 18, 2023 09:43 AM
Thanks Scott. Is it possible to use multiple single selects the same way? Like if I wanted the IF statement to apply to several different of the single select options, not just On Order?
Oct 18, 2023 09:54 AM
Yes, you would need to use the OR() function. here's an example with some fake values that I created:
IF(
OR({Status}="On Order",{Status}="Sold",{Status}="Backorder",{Status}="Brand New Order"),