RyanParr
8 years agoQrew Assistant Captain
Can a formula ever use different field types?
I?m trying to put a Remaining Depreciation formula together, but it uses a duration and a currency field. From what I've seen, using two different field types in a formula does not work. Is there any way around this or will the two different field types never work in a formula?
Here are the details: I?ve got two tables, Inventory & Inventory History. Inventories can have many Inventory Histories/
The Inventory Histories table contains
Date Sent to Client (a date field)
Date Returned (a date field)
Days in Field (A duration formula)
The Inventory table contains:
Total Days in Field (a summary duration field from the Inventory History table)
Cost (a numeric currency)
Depreciation Term (days) (a duration field)
Remaining Deprecation (a numeric formula) THIS IS THE FORMULA FIELD THAT I'M TRYING TO CREATE.