Skip to main content

I am trying to divide the results from Column B by a value in a Row.  I have tried various combinations of the following.  Can someone please suggest?  If you are wondering, I am using the @BaseRowCode for another column.  Thanks!

 

B/@RowCode = 0280

=B/ Value(@RowCode ,0280) 

=B/ Value(@RowCode ,'0280’) 

=B/ Value(@RowCode ,'B') = '0280'

If it should divide from a particular row and column, the expression should be =B/ Value( row, column)

For example if B needs to be divided by the value of column C row 0800 then the formular would be:

=B/Value(‘0800’,’C’)

 


Hello,

We can also use Column divided by Column-Row like this formula:  B/B0180

Suppose I want to add % of sales to the report shown below, using the circled YTD 2022 Total Revenue figure as the basis:

 

Total Revenue 2022 resides in cell B0180
Try highlighted formula

Laura


Both are EXTREMELY helpful!!  Thank you so much!!


Reply