Row 2 divided by row 1

Hi all,

I’m trying to divide row 2 (profit) by row 1 (income) and display the result as a margin % in a third row. Any suggestions?

image

I ended up transposing the table, doing the math at the column level and then transposing it back.

image

5 Likes

Nice - thanks for posting your solution!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.