executionerhk
New Member
- Joined
- Oct 10, 2010
- Messages
- 22
It might be stupid.
I am writing an IF function.
=IF(A1="XXX", "ABC DEF", IF(A1="YYY", "HIJ LMN", IF(A1="ZZZ", "OPQ RST", "N/A")))
What I want is if it is XXX
It will display as follow
ABC
DEF
after ABC I want it to be a new line and the DEF.
same as for
HIJ
LMB
OPQ
RST
Can anyone tell me how can I achieve a new line in a cell when I am using IF function?
If this possible.
Thanks,
Steve
I am writing an IF function.
=IF(A1="XXX", "ABC DEF", IF(A1="YYY", "HIJ LMN", IF(A1="ZZZ", "OPQ RST", "N/A")))
What I want is if it is XXX
It will display as follow
ABC
DEF
after ABC I want it to be a new line and the DEF.
same as for
HIJ
LMB
OPQ
RST
Can anyone tell me how can I achieve a new line in a cell when I am using IF function?
If this possible.
Thanks,
Steve