annanathan
Programmer
Hi all,
I have an excel sheet filled with data in column A. I need the column B to say "Explain" whenever the value in cell A is less that 200 and I want the 'Comment' box to appear
eg.
A B
1 123 explain
2 234
3 423
4 53 explain
5 234
row 1 and 4 should have those small red tringles on the top right hand corner.
I need to do this without any VBA! This is where the challenge comes. Is there a way of doing it just in the formula? I mean just in the if statement?
Please help me.
Thank you in advance.
I have an excel sheet filled with data in column A. I need the column B to say "Explain" whenever the value in cell A is less that 200 and I want the 'Comment' box to appear
eg.
A B
1 123 explain
2 234
3 423
4 53 explain
5 234
row 1 and 4 should have those small red tringles on the top right hand corner.
I need to do this without any VBA! This is where the challenge comes. Is there a way of doing it just in the formula? I mean just in the if statement?
Please help me.
Thank you in advance.