Display results of formulas

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

Guest

Hi
I have a worksheet with a big database and with some useforms in VBA...I
entered another column to the data base and i was trying to do this formula:
"=mid(G2;16;11)"
The problem is that it doesn't calculate...and yes, calculation is
automatic...
Somebody help me....this begins freeking me out
 
What do you mean by doesn't calculate, MID always returns a string?



--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
what does it display? does it display
=mid(G2;16;11)

if it does, then the cell is formatted as text.
1) select the whole column and do format > cells > number > general
2) now type in your formula again and press return
3) now extend it to the other cells in the column
 

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