Wildcards and if

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

Guest

I don't know how to explain let alone set this up. I have some information
from a database that relates to a separate database. I need to cojoin the
information in excel. The problem is the first information needs to have the
common field changed. It was entered as 0545 and should have been O545, and
there is more than one group like this. I need to say something like this
=if(A5=0*,O*,A5)

I know this doesn't even come close to the solution, but what I am trying to
do is set up another column that changes the particular fields that are a
problem, they are not all a problem so must just change some. I don't even
know if excel will change the 0 to an O and keep the rest of the field. It's
sort of like an update in Access. Does anyone know if it can be done? Thanks
 
But if the 0545 were treated by Excel as a number, rather than as text, then
it wouldn't store it as 0545 but as 545, so the formula wouldn't work. If
the 0545 were intserted as text, it would work.
 

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