Hello,
I am wondering if I could have some help on a calculation matter.
As I have tried to find quickly some answers on the forum, it seems that you can not use the OFFSET function from Excel in Smartsheet. Right now I was using it in column H to calculate the stock of the compounds in the inventory.
The goal is to add the values of column O to find the value of column H. The OFFSET function I had was the following one:
=SUM(O3:OFFSET(O3,MATCH(TRUE,INDEX(ISBLANK(O3:O3002),0),0)-1,0))
Will something be able to replace it in an easy manner?
Thanks in advance for your help!