Hello!
The title may be confusing. I am looking for help in correcting a formula. I have two sheets. One is a live sheet that is connected to Jira and imports information about Jira cards. I have an automation set up to copy rows to another sheet (Jira Sprint History) if the is a value in the Sprint column. I'd now like to return that sprint value back to the original sheet in another column (Sprint History)
I've tried variations of the formula below and I keep getting column value errors. Does anything stand out?
=IFERROR(INDEX(COLLECT({Jira Sprint History Range 3}, {Jira Sprint History Range 2}, Summary@row ), COUNTIF({Jira Sprint History Range 2}, Summary@row ) - 1), "")