Mar 22, 2020 10:17 AM
I’m trying to understand how the Lookup function works but before I continue with that, I need to know how to create a formula field that gives me my current weight, date of the recording as well as the time? How can I do this?
My fields are pretty simple. They’re called ‘Weight’ and ‘Time’ I want the formula field to look up both.
Mar 22, 2020 10:10 PM
Hi @Elaine_Winter,
A lookup field allows you to look up a specific field in a linked record. Check out this help article.
As for your second question, you want a formula that just writes the data from both fields? Maybe something like
{Weight}&", "&{Time}
The formula should be in the same table as the Weight and Time fields.
BR,
Mo
Mar 23, 2020 06:17 AM
I tried out that formula, the ‘Time’ element gives me military time. I want it to read how it looks on the left column.