B
Boris
Hello,
is there in Excel a function that works like "case" command that I remember
from basic. I need to check a cell which can contain several integer values
(1-10), and to have different formula for each value in another cell. So far
I am using a large IF functions which simpliest example is below:
=IF(A3>4,E3,IF(A3=4,IF(E3>E$92,E3-E$92,0),IF(A3=3,IF(E3>E$91,E3-E$91,0),IF(A
3=2,IF(E3>E$90,E3-E$90,0),IF(A3=1,IF(E3>E$89,E3-E$89,0),IF(B3="kiosk",IF(E3>
E$88,E3-E$88,0),IF(E3>E$87,E3-E$87,0)))))))
(here "0" value has two cases and above "4" is all the same)
It works, so it is not a big problem, beside that I need about half hour to
make one of them, not to mention using of links to another sheets.
Boris
is there in Excel a function that works like "case" command that I remember
from basic. I need to check a cell which can contain several integer values
(1-10), and to have different formula for each value in another cell. So far
I am using a large IF functions which simpliest example is below:
=IF(A3>4,E3,IF(A3=4,IF(E3>E$92,E3-E$92,0),IF(A3=3,IF(E3>E$91,E3-E$91,0),IF(A
3=2,IF(E3>E$90,E3-E$90,0),IF(A3=1,IF(E3>E$89,E3-E$89,0),IF(B3="kiosk",IF(E3>
E$88,E3-E$88,0),IF(E3>E$87,E3-E$87,0)))))))
(here "0" value has two cases and above "4" is all the same)
It works, so it is not a big problem, beside that I need about half hour to
make one of them, not to mention using of links to another sheets.
Boris