G Guest Oct 11, 2005 #1 I want to place an x cell B35 and have C35 display 2 in it. What is the formula I need to use?
D Dave Peterson Oct 11, 2005 #2 In C35: =if(b35="x",2,"whateveryouwanthere") I want to place an x cell B35 and have C35 display 2 in it. What is the formula I need to use? Click to expand...
In C35: =if(b35="x",2,"whateveryouwanthere") I want to place an x cell B35 and have C35 display 2 in it. What is the formula I need to use? Click to expand...
P pmguerra Oct 11, 2005 #3 hi I'm not sure this is what you want. If so, it's very simple Place in C35 =if(b35="x";2;"")