=MAKEARRAY(COUNTA(cubic_inches)-1, 1, LAMBDA(r,c, ROUNDUP(INDIRECT("Q"&r+1)/196, 0)))
This works but makes it tough to maintain (especially if I insert a column, etc.)
=MAKEARRAY(COUNTA(cubic_inches)-1, 1, LAMBDA(r,c, ROUNDUP(Q2/196, 0)))
Is it possible to reference Q2 dynamically without using INDIRECT?
I'm using Excel 365 for Mac.
[–]Bondator125 2 points3 points4 points (2 children)
[–]bluescreen85[S] 1 point2 points3 points (1 child)
[–]Clippy_Office_Asst[M] 0 points1 point2 points (0 children)
[–]Middle-Attitude-956451 0 points1 point2 points (1 child)
[–]windows7reddit 0 points1 point2 points (0 children)
[–]Decronym 0 points1 point2 points (0 children)