Mathilda
Queen
I'm having trouble with this excel function, to which is suspect the answer is really simple, but can't figure it out atm.
=IF(U28=S;U30;"0:00")
It's not accepting anything but numeric values for the condition, and I need it to accept text, specifically 'S'.
What do I do?
edit: Sorry, don't worry about, I've just worked it out.
In case someone's intrested, it's like this:
=IF(ISTEXT(U28);U30;"0:00")
=IF(U28=S;U30;"0:00")
It's not accepting anything but numeric values for the condition, and I need it to accept text, specifically 'S'.
What do I do?
edit: Sorry, don't worry about, I've just worked it out.
In case someone's intrested, it's like this:
=IF(ISTEXT(U28);U30;"0:00")