andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
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:
KDS!L9:
the value is 3:33
if I type that in directly, it works. If I leave the formula in that and the adjacent cells, I don't get anything other than "-" as my result.
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:
Code:
=SWITCH(D15,KDS!L9,KDS!N9,KDS!M10,KDS!N10,KDS!M11,KDS!N11,"-")
KDS!L9:
Code:
=M10-TIME(0,1,0)
if I type that in directly, it works. If I leave the formula in that and the adjacent cells, I don't get anything other than "-" as my result.