Skip to main content

Calculating growth between numbers in same field


Hi there,

So I have a Table were I am tracking Costs in one field and in another field I have Financial Years.

Financial Year
19/20
Costs
$100

Financial Year
20/21
Costs
$200

What I would like to be able to do create another field where I calculate the growth from 19/20 to 20/21:

Cost Growth
100%

I’m really not sure how to go about this. Does anyone have any suggestions?

Thanks in advance.

4 replies

Forum|alt.badge.img+4
  • Known Participant
  • 54 replies
  • November 29, 2019

Justin_Barrett
Forum|alt.badge.img+20

Comparing values between records is tricky because you’re dealing with a database, not a spreadsheet, so the records have no intrinsic relationship. This can be done with some clever setup, though, which @W_Vann_Hall outlines here:


  • Author
  • Known Participant
  • 15 replies
  • November 29, 2019
nnnnneil wrote:

Thanks for the recommendation Neil :slightly_smiling_face:


  • Author
  • Known Participant
  • 15 replies
  • December 2, 2019
Justin_Barrett wrote:

Comparing values between records is tricky because you’re dealing with a database, not a spreadsheet, so the records have no intrinsic relationship. This can be done with some clever setup, though, which @W_Vann_Hall outlines here:


Thanks Justin. That’s a three cup of tea read there. I’ll check it out.

:thumbs_up: :tea:


Reply