I have an excel file with multiple worksheets and I am trying to have condition which returns different cells based on different criteria being met.
This is the formla that I am trying to use:
=IF(B6<='Pricing'!C3,'Pricing'!C5) (IF(AND(B6>'Pricing '!C3, B6<='Pricing'!D3),'Pricing'!D5))
I get #VALUE! as the result. I tried both sets of Ifs alone, and they worked. The problem is when I combine them I get the #VALUE! result. Was wondering if someone knew how to fix this.
Any help is greatly appreciated.
Thanks!
This is the formla that I am trying to use:
=IF(B6<='Pricing'!C3,'Pricing'!C5) (IF(AND(B6>'Pricing '!C3, B6<='Pricing'!D3),'Pricing'!D5))
I get #VALUE! as the result. I tried both sets of Ifs alone, and they worked. The problem is when I combine them I get the #VALUE! result. Was wondering if someone knew how to fix this.
Any help is greatly appreciated.
Thanks!