Hello all,
When I use SWITCH, and the values are formulas I don't get any result, when the values are just values i do. is there an alternative?
Here's a shortened example:
=SWITCH(D15,KDS!L9,KDS!N9,KDS!M10,KDS!N10,KDS!M11,KDS!N11,"-")
KDS!L9:
=M10-TIME(0,1,0) the value is 3:33
if I type...