How to display >123 by ">" + if(true,1+1,2+2)?

E

Eric

Does anyone know how to code following into >123
by ">" + if(true,1+1,2+2)? which display a string plus an integer into a cell.
Thank you for any suggestion
Eric
 
B

Bob Phillips

Perhaps

=">"&IF(I1>10,2,0)

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
Top