-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
storyFeatures perceivable by end-usersFeatures perceivable by end-users
Description
Description
It would be very nice to provide a light-weight formula option as a cell type.
Some formula commands could be basics like:
+
-
/
*
>
<
==
>=
<=
!=
cell()
(by name, or some id)and()
or()
not()
empty()
- etc. (string commands, date parse, stringToInteger, etc.)
Use case
Anyone who wants to do simple "tracking" of data.
For example, I track my home brewed pourover coffee.
Part of that is coffee-to-water ratio.
If I have a column that is coffee weight and a column that is water weight, the ratio is simply water / coffee
, but having to get a calculator out and enter that number manually is annoying. Having a simple computed column that's just something like:
=cell('Coffee Weight') / cell('Water Weight')
would be very nice.
Anything else?
No response
Are you willing to submit a PR?
- Yes I'd like to help by submitting a PR!
steffenrapp
Metadata
Metadata
Assignees
Labels
storyFeatures perceivable by end-usersFeatures perceivable by end-users
Type
Projects
Status
🆕 *Untriaged