The table will have multiple, dynamic rows. Columns A&B are filled via SQL lookup.
We are looking to Divide the value of column A with Column B and display the results in column C.
I tried: =DIV(INDEX(Table.Hours,ROW()),(Table.Good_Pcs.ROW()))
There is no error and no data in the 3rd column.
If I use =DIV(INDEX(Table.Hours,ROW()),2)
It works. So, I am guessing my issue is with the Table.Good_Pcs column.
Any suggestions?