Forum Discussion
faustusxanthis
3 years agoFrequent Visitor
Calculate value from previous month
Hello! I am currently stuck with this problem and I can't seem to find the solution anywhere. I currently have a table with 3 columns that look like this: I would like to have ...
- 3 years ago
I got it. I used LOOKUPVALUE.
=[Volume]- LOOKUPVALUE([Volume], [Reason], [Reason], [Month], PREVIOUSMONTH([Month]))
faustusxanthis
3 years agoFrequent Visitor
I got it. I used LOOKUPVALUE.
=[Volume]- LOOKUPVALUE([Volume], [Reason], [Reason], [Month], PREVIOUSMONTH([Month]))