> I don't mean type it manually, ..
Ok, but I did give you 2 options earlier,
and with the formula option explained ahead??
One last go here,
with A3 pre-formatted to wrap text (this formatting is required)
Try something like this in A3:
=IF(COUNTA(A1:A2)=2,A1&CHAR(10)&A2,"")
where A1:A2 will contain the text to be combined: A, M
Or, perhaps something like this in A3:
=IF(COUNTA(A1:A2)=2,"A"&CHAR(10)&"M","")
which will give the desired "fixed" text return:
A
M
if the condition checked is TRUE, else "" (as you stipulated)

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> I don't mean type it manually, I need to set a cell formula , if the
> condition is true then return
[quoted text clipped - 4 lines]
> Thank you very much for any suggestions
> Eric
Eric - 27 Mar 2008 17:08 GMT
Thank you for your reply
I would like to return both chars in combined cell A1 & A2
If this is true, then return A in cell A1 and M in cell A2, but A1 and A2
are combined cell, which show as below
A
M
Do you have any suggestion?
Thank you very much for any suggestion
Eric
> > I don't mean type it manually, ..
> Ok, but I did give you 2 options earlier,
[quoted text clipped - 21 lines]
> > Thank you very much for any suggestions
> > Eric
Max - 27 Mar 2008 23:57 GMT
Don't use merged cells. It causes a lot of pain.
I'm out of guesses/ideas here.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Thank you for your reply
> I would like to return both chars in combined cell A1 & A2
[quoted text clipped - 5 lines]
> Thank you very much for any suggestion
> Eric