Hello. I have a simple index formula just to get one cell down from 9 columns over. I've tried many different options using the Index formula page and am having no luck. The column type the formula is in is the same type as the column I want to pull from (though the destination column is a formula, so maybe that is what causes it not to work?)
Am currently trying this:
=INDEX([Week Due]:[Week Due], 1)
"Week due" is the column I would like to pull from, one cell down. I've tried static options as a test, too, like the one below (like you would do in excel, to count 9 columns over, 2 cells down) and get the same error.
=INDEX([Workstream]134:[Week Due]135, 9, 2)
What is the issue causing the invalid operation error?