PC Review


Reply
Thread Tools Rate Thread

Changing formulas that won't "formulate"

 
 
=?Utf-8?B?R0lkdW5ubw==?=
Guest
Posts: n/a
 
      5th Sep 2007
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,"")+COUNTIF(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.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?SmltIFRob21saW5zb24=?=
Guest
Posts: n/a
 
      5th Sep 2007
As a guess the cell your formula is in has been formatted as text. Give this
a try...
Write a formula in a cell (something simple like =A2+B2)
Now format the cell that the formla is in to Text.
Edit the formula in any way and hit enter
Change the cells format to General
Edit the formula again
--
HTH...

Jim Thomlinson


"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,"")+COUNTIF(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.

 
Reply With Quote
 
=?Utf-8?B?RHVrZSBDYXJleQ==?=
Guest
Posts: n/a
 
      5th Sep 2007
By re-enter I meant, press F2 followed by the Enter key


"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,"")+COUNTIF(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.

 
Reply With Quote
 
=?Utf-8?B?RHVrZSBDYXJleQ==?=
Guest
Posts: n/a
 
      5th Sep 2007
Your cell is formatted as text. Select the offending cell(s), press Ctrl-1,
go to the Number tab and select an appropriate format. After than, you'll
have to re-enter your formulas.


"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,"")+COUNTIF(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.

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      5th Sep 2007
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,"")+COUNTIF(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
 
Reply With Quote
 
=?Utf-8?B?R0lkdW5ubw==?=
Guest
Posts: n/a
 
      5th Sep 2007
Thank you both very much! Yes, the cell was fomated as Text. Sometimes it's
formatted as "Special" and I've had to go in and change it to "General" just
to get my numbers to show up right.
It never occurred to me that "Text" was the problem.

**note to self; check the Format before entering functions**


 
Reply With Quote
 
=?Utf-8?B?R0lkdW5ubw==?=
Guest
Posts: n/a
 
      5th Sep 2007
Thanks Dave. No, Formula wasn't checked (I checked it to see what happens
and WOW! I went back and unchecked it LOL)
You guys are awesome!

"Dave Peterson" wrote:

> 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,"")+COUNTIF(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
>

 
Reply With Quote
 
=?Utf-8?B?R0lkdW5ubw==?=
Guest
Posts: n/a
 
      5th Sep 2007
Me again :-)
You know what I noticed (now that you've opened my eyes)?
The cell is formatted to General. I change the formula, and it reverts back
to Text. THAT is what is causing my problems!
I might not know how to make it STOP, but knowing this, I know how to fix it!

You guys are awesome!
 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      5th Sep 2007
That's excel "helping" again.

GIdunno wrote:
>
> Me again :-)
> You know what I noticed (now that you've opened my eyes)?
> The cell is formatted to General. I change the formula, and it reverts back
> to Text. THAT is what is causing my problems!
> I might not know how to make it STOP, but knowing this, I know how to fix it!
>
> You guys are awesome!


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Past cells with formulas not using "$" without changing ref Jean-Luc Microsoft Excel Discussion 3 16th Dec 2009 11:33 AM
Formulate column to next "mmm-yy" from previous row "mmm-yy"? Bonnie Microsoft Excel Misc 6 11th Apr 2008 05:08 PM
Changing Formulas to values in "protected workbook" =?Utf-8?B?Um91bmR5?= Microsoft Excel Programming 5 12th Jun 2006 04:46 PM
LOTUS TRANSITION KEYS "/" "R" / "V" convert formulas to text. =?Utf-8?B?Ym9iQGdvcmRvbmVuZ2luZWVyaW5nLmNvbQ==?= Microsoft Access Getting Started 3 18th Jan 2006 09:15 AM
"Filling Down" Formulas without changing values =?Utf-8?B?UG9ydGxhbmQgS2Vu?= Microsoft Excel Misc 5 17th Oct 2004 10:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:35 PM.