Hello. I have a dataset that includes a "Type" column which contains the fiscal years and another column that's called "Hours". I want the difference in the hours worked each year and I want it to be DYNAMIC and I would prefer it if the output is in another column.
Type Hours
FY22 10
FY23 15
FY22 5.7
FY20 8
FY21 13
FY20 7.8
I want the (Hours worked in FY22 - Hours worked in FY23)