Formula Weirdness - HELP

  • Thread starter Thread starter Minitman
  • Start date Start date
M

Minitman

Greetings,

This is a strange one!

I place an IF formula in a cell it works perfectly. I place it into a
different column and all of a sudden I get the result and the formula
has vanished. There were IF formulas already in this column but when
I modified them they also disappeared, leaving only the result behind.
I even tried changing the contents of the cell it was looking to, but
the result was fixed!

What kind of setting could do this kind of weirdness on only one
column????

Any possibilities come to mind?

TIA

-Minitman
 
I would expect that your column is formatted as text.

Though you've not described which works perfectly,
you might give examples of what you are doing.
 
Right-click on the sheet tab and "View Code".

Sounds like you have a change_event on that one column doing the deed.

Gord Dibben Excel MVP
 
Hey Gord,

Right on the money. I had a sub to do uppercase on the column next to
this one. That is working fine. Then the big no-no, I inserted a
column and got distracted. So when I changed the formula without
changing the reference in the Worksheet_Change event, as you said, it
went crazy. Changing the reference to the correct column fixed it.

Thank you for the direction.

-Minitman
 

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

Similar Threads

Copying a formula to a range 2
Excel VBA 1
Formulas In Cell Comments 9
Mid column sum formulas with varied ranges to sum 17
Help needed 0
lastrow function help 6
IF Formula 2
Fix Broken Cell Formula with VBA 5

Back
Top