Skip to main content
Solved

In 1 table I'd like to add a column that calculates VAT from another column

  • January 29, 2024
  • 3 replies
  • 43 views

Forum|alt.badge.img+3

Hello all,

I'll be inputting a cost figure in one column, how do I automate a calculation in another column (ideally the same table) to work out the cost price inc VAT (20%)?

 

Best answer by seferiannie

my assumptions: current Field is COST, type is currency

what to do: Create new field NEWCOST, type is formula

formula in NEWCOST is: "cost *1.2" this adds 20% to the values under cost. 

3 replies

seferiannie
Forum|alt.badge.img+5
  • Participating Frequently
  • Answer
  • January 29, 2024

my assumptions: current Field is COST, type is currency

what to do: Create new field NEWCOST, type is formula

formula in NEWCOST is: "cost *1.2" this adds 20% to the values under cost. 


Forum|alt.badge.img+3
  • Author
  • New Participant
  • January 29, 2024

You legend, thank you!


seferiannie
Forum|alt.badge.img+5
  • Participating Frequently
  • April 1, 2024

You legend, thank you!


aww that's nice of you thanks!