View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Changing formulas that won't "formulate"

Are you looking at formulas?
Tools|Options|View tab|is Formulas checked?
(xl2003 menu system)

ctrl-` (ctrl-backquote to the left of the 1/! on my USA keyboard)
will toggle this setting.

If that's not it, select the range of offending cells
Format|Cells|Number Tab|general (or anything but text)
then
edit|replace
what: = (equal sign)
with: =
replace all

Saved from a previous post.

Excel likes to help.

Try this on a test worksheet.
Select A1 and hit ctrl-; (to put the date in the cell)
now select B1 and type: =a1

Notice that excel changed the format of B1 to match the format in A1.

Now format D1 as Text.
put ASDF in D1
put =D1 in E1
You see ASDF.

With E1 selected, hit the F2 key and then enter (to pretend that you're changing
the formula).

Excel has "helped" you by changing that cell's format to text.

I don't know of any way of changing this behavior.

I just select the cell, and reformat it to General (or whatever I wanted). I
hit F2 and then enter (to reenter that formula).

Sometimes this feature is nice, sometimes it ain't.

GIdunno wrote:

I keep coming on something thats bugging the heck out of me! I've searched
the database first to see if it's already been answered and I can't find it.

Sometimes when I change a formula (usually adding something new to it) the
formula won't work. Instead of the 'answer" or even an error in the cell, I
see the actual formula (including the equal sign)

Here's what I'm working on this morning. I have a formula that worked:
=COUNTIF(D19:AH19,"R")+COUNTIF(D19:AH19,"")
And I added one more condition to it:
=COUNTIF(D19:AH19,"R")+COUNTIF(D19:AH19,"")+COUNTI F(D18:AH18,"")
Now in the cell, I have the actual formula. (it should say 27)

Why does this happen? it's not just on THIS formula.

Thanks for all your help. I go through this forum often and I've learned so
much from your answers to others -- I've even made an "Excel cheat sheet"
with functions and formulas to save valuable info for later.


--

Dave Peterson