Jump to content
  • 0

Use formula result for next formula


DeKleineBoer

Question

3 answers to this question

Recommended Posts

  • 0

Hello @DeKleineBoer,

As far as I understand, you are trying to make calculations on the table level using the Formula field.

If so, I am afraid, that it is not possible to use the result of some formula in another formula directly (selecting the field with formula when clicking the picker icon).

In such cases I usually duplicate the required formula in the next calculations.

For example:

1) You have the "Price_with_vat" Formula field with the following syntax [@field:Price]*1.2

2) You need to calculate the  price +10% from the "Price_with_vat" field. The formula should be ([@field:Price]*1.2)*1.1

Hope this helps.

Link to comment
Share on other sites

  • 0

Just to add, if you have conditions for your calculations (ex. add 10% if price < 50 and add 40% if price > 50), you may use CASE WHEN Function to set up your conditions. 


You may refer to this HowTo Article for more details about function reference: https://howto.caspio.com/function-reference/. The CASE WHEN is under MISCELLANEOUS FUNCTIONS AND EXPRESSIONS section

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...