B
bn%$#
here is the function I'm trying to create - 1 of 6 different values can show
up in a cell. I want to be able to have the function result be: if value
number one is 111 then make the result value 1, if value number two is 222
the result value is 2, if value number three is 333 then the vaule is 3, etc.
There can be 6 different numbers in the target evaluation cell and I want to
compare it 6 different ways and if it matches the correct value compared then
the result should be a specific number. All I've been able to figure out so
far is =if(cell#,111,1). Excel looks at it as a true false statement, but I
can't get it to string together more than the one comparison.
up in a cell. I want to be able to have the function result be: if value
number one is 111 then make the result value 1, if value number two is 222
the result value is 2, if value number three is 333 then the vaule is 3, etc.
There can be 6 different numbers in the target evaluation cell and I want to
compare it 6 different ways and if it matches the correct value compared then
the result should be a specific number. All I've been able to figure out so
far is =if(cell#,111,1). Excel looks at it as a true false statement, but I
can't get it to string together more than the one comparison.