Sheet A:
Formula in Data: Ent. Install Time: =IF(CONTAINS("Enterprise 2022 R1", {AtRiskAnalysis-Version_Version}), INDEX({AtRiskAnalysis-Version_EntInstallTime}, MATCH(CustomerId@row, {AtRiskAnalysis-Version_CustomerID}, 0)))
Formula in Data: EDIS Install Time: =IF(CONTAINS("EDIS 2022 R1", {AtRiskAnalysis-Version_Version}), INDEX({AtRiskAnalysis-Version_EDISInstallTime}, MATCH(CustomerId@row, {AtRiskAnalysis-Version_CustomerID}, 0)))
Sheet B: AtRiskAnalysis-Version
Formula in Enterprise Install Time: =IF(CONTAINS("Enterprise 2022 R1", Version@row), (ROUND(NETDAYS([GA Ent 2022 R1]#, [Go-Live Date]@row) / (365.25 / 12), 0)), "")
Formula in EDIS Install Time: =IF(CONTAINS("EDIS 2022 R1", Version@row), (ROUND(NETDAYS([GA EDIS 2022 R1]#, [Go-Live Date]@row) / (365.25 / 12), 0)), "")
PROBLEM: Sheet A is not showing "4" in the C-10301 Data: Ent. Install Time
I assume this is because there are multiple rows in the referenced sheet for the C-10301 ID. Is it possible to have the formula look at all instances of C-10301 to find the Enterprise Install Time or the EDIS Install Time?
Thank you in advance!