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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Perhaps

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

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
Thank you very much
Eric

Bob Phillips said:
Perhaps

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

--

HTH

Bob Phillips

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top