Computations involving text cells are not working??

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

Guest

=IF(c2="ABC",TRUE,FALSE) doesn't do anything
=(a2 & b2) doesn't concatenate 2 text cells
=CONCATENATE(A2,B2) DOESN'T CONCATENATE 2 CELLS

All arithmetic computations seem to work OK
 
Not sure where the question was, or what the question is, but you can try
putting these in front of the range that contains text (or reference to a
cell that contains a text number): --

Which will for example turn a text string of " 005" to the number 5.
 
In all cases, what were the values of the cells involved? What answers did
you get?

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel
 

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