Skip to main content
Solved

ARM Column Set Formulas

  • October 17, 2024
  • 3 replies
  • 82 views

Hi,

I am trying to setup a financial report template for a client and I am trying to have a different formula for the expenses. Currently, the budget variance is currently set to subtract the Budget amount from the YTD amount. However, they would like to have it set the opposite for only expenses. Is there a way to achieve this? 

 

 

Thank you,

Joey

Best answer by Laura02

Hello,

I have an idea.  I wonder whether Row Code can be used to identify rows that are Expenses versus Income, like this:

Instead of the default: =(E-F)/E

Try”

=iif(@RowCode >='0200', (E-F)/E, (F-E)/E)

 

P & L can have Income , then Expenses, then more income & expenses… so you may need to expand the Row numbers.

 

Laura

View original
Did this topic help you find an answer to your question?

Laura02
Captain II
Forum|alt.badge.img+19
  • Captain II
  • October 17, 2024

Hello,

I have an idea.  I wonder whether Row Code can be used to identify rows that are Expenses versus Income, like this:

Instead of the default: =(E-F)/E

Try”

=iif(@RowCode >='0200', (E-F)/E, (F-E)/E)

 

P & L can have Income , then Expenses, then more income & expenses… so you may need to expand the Row numbers.

 

Laura


  • Freshman II
  • October 17, 2024

Hey Laura! 

Thank you so much for this. It works!!! :)

Joey


Laura02
Captain II
Forum|alt.badge.img+19
  • Captain II
  • October 17, 2024

I’m so glad it works!

 

Laura


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings