Hello Group,
I am perplexed by this issue and cannot identify the cause. I have written some logic regarding the content of two cells, (D61 and D62). The following logic works without error:
=IF(AND(D$61="Jacket",AA62=2),Cooling_PE, IF(D$61="Electric_Blanket",Common!$A$13,Common!$A$13))
Where "Common" is a TAB where I keep all the Formula Name groups.
I then insert a second IF(AND( statement in the middle and get the error: "A named range you specified cannot be found"
=IF(AND(D$61="Jacket",AA62=2),Cooling_PE, IF(AND(D$61=”Jacket”,AA62<>2),Cooling_Source,IF(D$61="Electric_Blanket",Common!$A$13,Common!$A$13)))
All my Formula Names are identified - (Cooling_PE and Cooling_Source)
Is there something I am missing in creating this logical statement?
Thank you in advance for your replies.
With best regards,
Rick
I am perplexed by this issue and cannot identify the cause. I have written some logic regarding the content of two cells, (D61 and D62). The following logic works without error:
=IF(AND(D$61="Jacket",AA62=2),Cooling_PE, IF(D$61="Electric_Blanket",Common!$A$13,Common!$A$13))
Where "Common" is a TAB where I keep all the Formula Name groups.
I then insert a second IF(AND( statement in the middle and get the error: "A named range you specified cannot be found"
=IF(AND(D$61="Jacket",AA62=2),Cooling_PE, IF(AND(D$61=”Jacket”,AA62<>2),Cooling_Source,IF(D$61="Electric_Blanket",Common!$A$13,Common!$A$13)))
All my Formula Names are identified - (Cooling_PE and Cooling_Source)
Is there something I am missing in creating this logical statement?
Thank you in advance for your replies.
With best regards,
Rick