"Magic" Formula

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

Guest

I have several cells on a worksheet that "magically" create a formula when I
enter data into the cell. I've deleted the contents of the cell, assigned a
variety of formats, etc, to no avail. But, if I copy the contents of another
cell and paste it into these cells things work just fine. Totally confused.
Thanks in advance for help
 
right click on the worksheet tab>view code to see if there is a
worksheet_change event.
 
Don:

WHile I am not familiar with you're suggestion, when I foolow your
instructions I open a VB page that contains no code
 
OK. Now look in the ThisWorkbook module to see if there is code there that
is doing it.
 
I will be going out shortly but send the workbook and I will take a look.
 
How about an example of what is entered in the cell, and what formula is
magically created.
 
Prior to entering anything, the cell is blank and formatted as General, and
nothing shows in the formula bar. I enter the following "11/21/2000", and
the cell displays "0.0002619" and the formual bar displays "=11/21/2000"
 
Goto Tools-Options-Transition.
Uncheck Transition formula entry.

Regards,
Paul
 
Hi

Don't enter the = sign
=11/21/2000 is telling Excel to divide 11 by 21 then divide that by
2000 and it quite correctly shows the result as 0.0002619
If your Regional settings are for mm/dd/yyyy than entering 11/21/2000
will give you a date of 21 Nov 2000 but if the cell is formatted
General that will be shown as 36851 being the number of days after Jan
00 1900.

Format the cell with your preferred date format, and all should be well.
 
Roger:

If you look closely at my previous response, you'll see that I AM NOT
entering the "=" sign - I'm just entering the date and Excel is entering the
"="
 
Paul: thanks, that did it. Never even knew that checkbox existed, let alone
understand what it does. Since I created this spreadsheet from a query in
Access, do you know if that process turns on this option or somehow has
something to do with this?

Thanks again!
 

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