Dec 14 2023 11:25 AM
Hi there,
Can someone help me build a logic to accomplish below requirement:
There are two tabs in excel wb: Sheet A and Sheet B as shown in images
I want a formula in Sheet A(column E), which will look for set# 01.111.120 in sheet B (column A) then It should check the condition in (column G) Rec. total equipment >0 for all occurrences, which is "yes" in this example, because out of 3 instances for this set #, for one instance it's 2, then it should return Total procedures from Col C (sheet B),which is 8 in this case
Dec 14 2023 12:34 PM
Does the attached sample file return the intended result? The formula works with IF and SUMIFS instead of INDEX and MATCH.
Dec 14 2023 12:50 PM
Dec 14 2023 12:55 PM
You are welcome. Unfortunately it seem that i don't understand the logic of the task. Perhaps an expert of the community can help you with this.
Dec 14 2023 01:36 PM
SolutionDec 14 2023 01:36 PM
Solution