Feb 26, 2018 04:02 PM
I would like to have a column for the % increase each week. For example:
On February 1 there were 50 people registered.
On February 8 there were 100 people registered.
How would I do this?
Nov 29, 2018 05:25 AM
Hi Brett
This isn’t really possible with a database because the order of records is not set in stone (you could sort, filter, group, delete etc). It would probably be possible to use Integromat to loop through your records and update the data periodically though - but this may be an overkill!
Dec 01, 2018 02:31 PM
I want to put in the Trailing Stop for an amount as in stocks and I thought you might be able to help. $15.00 with a trailing stop of 25%. In Excel I put in: =The column*0.07. So in other words when the stock hits 25% more than I paid, which is the $15.00, I want that answer. But I can’t figure out how to do this in Airtable. Can you help?
Aug 25, 2019 07:50 PM
You can just do this ({Current Value} - {Initial Value}) / ({Current Value} + {Initial Value})/2
and format as a percentage…
Feb 04, 2021 06:58 AM
@W_Vann_Hall thanks for writing this out!
May 10, 2021 08:13 PM
OMG! This is masterpiece! Thanks for sharing.