Forum Discussion
Taylor_Watson
Dec 02, 2019Copper Contributor
Help with an "IF" function
I am trying to create the following... K136 on Tab TO1 equals K125 on Tab TO1 "IF" cell B294 on Tab Cover Page B294 = YES. K136TO1=K125TO1 IF B294COVER PAGE= YES
Riny_van_Eekelen
Dec 02, 2019Platinum Contributor
- Taylor_WatsonDec 02, 2019Copper Contributor
I entered the proposed formula but it opens a drive in my computer and gives me a #NAME?
Any other suggestions?
- SergeiBaklanDec 02, 2019Diamond Contributor
I guess it shall be
=IF('Cover page'!B294="YES",K136=K125,"")just misprint in the initial formula
- Taylor_WatsonDec 02, 2019Copper Contributor
Thanks for the response.
Not sure why the formula will not work.
After I enter formula, the ceel wants to open a file in my pc.
Any other suggestions?