Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-28-2008, 05:05 PM
Tonso
 
Posts: n/a
format a cell so a number in cell will not be included when using the"sum" feature in the status bar.

Using XL2002, I have a spreadsheet where i enter numbers frequently in
vairous cells. I would like to be able to select an area, then get the
"sum" from the right side of the status bar. There are some cells in
the area that i do not want included in the sum. It would be too time
consuming to select a group of indivdual cells using the Ctrl key, and
since I enter the numbers frequently it is inconvenient to precede the
numbers i dont want included in the sum with an apostrophe. Using the
Text format does not help. Is there a custom number format i can use
in the cells i do not want included in the sum, or some other more
practical solution?

Thanks,

Tonso
Reply With Quote
  #2 (permalink)  
Old 08-28-2008, 06:01 PM
Peo Sjoblom
 
Posts: n/a
Re: format a cell so a number in cell will not be included when using the "sum" feature in the status bar.

Not really. There is no format so everything you do needs labour

--


Regards,


Peo Sjoblom

"Tonso" <wthomasss@hotmail.com> wrote in message
news:657614d1-0925-4646-9d6d-6b07d2eb83d9@59g2000hsb.googlegroups.com...
> Using XL2002, I have a spreadsheet where i enter numbers frequently in
> vairous cells. I would like to be able to select an area, then get the
> "sum" from the right side of the status bar. There are some cells in
> the area that i do not want included in the sum. It would be too time
> consuming to select a group of indivdual cells using the Ctrl key, and
> since I enter the numbers frequently it is inconvenient to precede the
> numbers i dont want included in the sum with an apostrophe. Using the
> Text format does not help. Is there a custom number format i can use
> in the cells i do not want included in the sum, or some other more
> practical solution?
>
> Thanks,
>
> Tonso



Reply With Quote
  #3 (permalink)  
Old 08-28-2008, 06:24 PM
Tonso
 
Posts: n/a
Re: format a cell so a number in cell will not be included when usingthe "sum" feature in the status bar.

On Aug 28, 1:01*pm, "Peo Sjoblom" <peo.sjob...@mvps.org> wrote:
> Not really. There is no format so everything you do needs labour
>
> --
>
> Regards,
>
> Peo Sjoblom
>
> "Tonso" <wthoma...@hotmail.com> wrote in message
>
> news:657614d1-0925-4646-9d6d-6b07d2eb83d9@59g2000hsb.googlegroups.com...
>
>
>
> > Using XL2002, I have a spreadsheet where i enter numbers frequently in
> > vairous cells. I would like to be able to select an area, then get the
> > "sum" from the right side of the status bar. There are some cells in
> > the area that i do not want included in the sum. It would be too time
> > consuming to select a group of indivdual cells using the Ctrl key, and
> > since I enter the numbers frequently it is inconvenient to precede the
> > numbers i dont want included in the sum with an apostrophe. Using the
> > Text format does not help. Is there a custom number format i can use
> > in the cells i do not want included in the sum, or some other more
> > practical solution?

>
> > Thanks,

>
> > Tonso- Hide quoted text -

>
> - Show quoted text -

Thanks Peo. Not what I wanted to hear, but at least now i know. Thanks
again. I really appreciate all the help you contributors provide here.
Tonso

Reply With Quote
  #4 (permalink)  
Old 08-28-2008, 06:33 PM
Peo Sjoblom
 
Posts: n/a
Re: format a cell so a number in cell will not be included when using the "sum" feature in the status bar.

You can name part of the ranges if it is always the same ranges you want the
sum from

Which means you do a one timer using ctrl to pick the cells and then do
insert>name>define and give the selection a name

Then you just do


=SUM(MyName)


then you do the same for another selection of cells



--


Regards,


Peo Sjoblom

"Tonso" <wthomasss@hotmail.com> wrote in message
news:d1d11e2c-e82d-413c-9cef-46d00f018774@73g2000hsx.googlegroups.com...
On Aug 28, 1:01 pm, "Peo Sjoblom" <peo.sjob...@mvps.org> wrote:
> Not really. There is no format so everything you do needs labour
>
> --
>
> Regards,
>
> Peo Sjoblom
>
> "Tonso" <wthoma...@hotmail.com> wrote in message
>
> news:657614d1-0925-4646-9d6d-6b07d2eb83d9@59g2000hsb.googlegroups.com...
>
>
>
> > Using XL2002, I have a spreadsheet where i enter numbers frequently in
> > vairous cells. I would like to be able to select an area, then get the
> > "sum" from the right side of the status bar. There are some cells in
> > the area that i do not want included in the sum. It would be too time
> > consuming to select a group of indivdual cells using the Ctrl key, and
> > since I enter the numbers frequently it is inconvenient to precede the
> > numbers i dont want included in the sum with an apostrophe. Using the
> > Text format does not help. Is there a custom number format i can use
> > in the cells i do not want included in the sum, or some other more
> > practical solution?

>
> > Thanks,

>
> > Tonso- Hide quoted text -

>
> - Show quoted text -

Thanks Peo. Not what I wanted to hear, but at least now i know. Thanks
again. I really appreciate all the help you contributors provide here.
Tonso


Reply With Quote
  #5 (permalink)  
Old 08-28-2008, 07:01 PM
Tonso
 
Posts: n/a
Re: format a cell so a number in cell will not be included when usingthe "sum" feature in the status bar.

On Aug 28, 1:33*pm, "Peo Sjoblom" <peo.sjob...@mvps.org> wrote:
> You can name part of the ranges if it is always the same ranges you want the
> sum from
>
> Which means you do a one timer using ctrl to pick the cells and then do
> insert>name>define and give the selection a name
>
> Then you just do
>
> =SUM(MyName)
>
> then you do the same for another selection of cells
>
> --
>
> Regards,
>
> Peo Sjoblom
>
> "Tonso" <wthoma...@hotmail.com> wrote in message
>
> news:d1d11e2c-e82d-413c-9cef-46d00f018774@73g2000hsx.googlegroups.com...
> On Aug 28, 1:01 pm, "Peo Sjoblom" <peo.sjob...@mvps.org> wrote:
>
>
>
> > Not really. There is no format so everything you do needs labour

>
> > --

>
> > Regards,

>
> > Peo Sjoblom

>
> > "Tonso" <wthoma...@hotmail.com> wrote in message

>
> >news:657614d1-0925-4646-9d6d-6b07d2eb83d9@59g2000hsb.googlegroups.com...

>
> > > Using XL2002, I have a spreadsheet where i enter numbers frequently in
> > > vairous cells. I would like to be able to select an area, then get the
> > > "sum" from the right side of the status bar. There are some cells in
> > > the area that i do not want included in the sum. It would be too time
> > > consuming to select a group of indivdual cells using the Ctrl key, and
> > > since I enter the numbers frequently it is inconvenient to precede the
> > > numbers i dont want included in the sum with an apostrophe. Using the
> > > Text format does not help. Is there a custom number format i can use
> > > in the cells i do not want included in the sum, or some other more
> > > practical solution?

>
> > > Thanks,

>
> > > Tonso- Hide quoted text -

>
> > - Show quoted text -

>
> Thanks Peo. Not what I wanted to hear, but at least now i know. Thanks
> again. I really appreciate all the help you contributors provide here.
> Tonso- Hide quoted text -
>
> - Show quoted text -


Peo,
The areas will vary, so that approach will not work. But, thanks
again!
Tonso
Reply With Quote
  #6 (permalink)  
Old 08-28-2008, 08:42 PM
RagDyer
 
Posts: n/a
Re: format a cell so a number in cell will not be included when using the "sum" feature in the status bar.

If the areas will vary, how come you're asking for a special cell format?

You would have to apply that format to specific cells ... wouldn't you?

Sounds like you're not too clear in your own mind as to what you're looking
to do.

If you're able to format a cell, you're able to work with Peo's suggestion.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Tonso" <wthomasss@hotmail.com> wrote in message
news:68e0e675-811d-47c6-b51b-a584cca775fa@j22g2000hsf.googlegroups.com...
On Aug 28, 1:33 pm, "Peo Sjoblom" <peo.sjob...@mvps.org> wrote:
> You can name part of the ranges if it is always the same ranges you want
> the
> sum from
>
> Which means you do a one timer using ctrl to pick the cells and then do
> insert>name>define and give the selection a name
>
> Then you just do
>
> =SUM(MyName)
>
> then you do the same for another selection of cells
>
> --
>
> Regards,
>
> Peo Sjoblom
>
> "Tonso" <wthoma...@hotmail.com> wrote in message
>
> news:d1d11e2c-e82d-413c-9cef-46d00f018774@73g2000hsx.googlegroups.com...
> On Aug 28, 1:01 pm, "Peo Sjoblom" <peo.sjob...@mvps.org> wrote:
>
>
>
> > Not really. There is no format so everything you do needs labour

>
> > --

>
> > Regards,

>
> > Peo Sjoblom

>
> > "Tonso" <wthoma...@hotmail.com> wrote in message

>
> >news:657614d1-0925-4646-9d6d-6b07d2eb83d9@59g2000hsb.googlegroups.com...

>
> > > Using XL2002, I have a spreadsheet where i enter numbers frequently in
> > > vairous cells. I would like to be able to select an area, then get the
> > > "sum" from the right side of the status bar. There are some cells in
> > > the area that i do not want included in the sum. It would be too time
> > > consuming to select a group of indivdual cells using the Ctrl key, and
> > > since I enter the numbers frequently it is inconvenient to precede the
> > > numbers i dont want included in the sum with an apostrophe. Using the
> > > Text format does not help. Is there a custom number format i can use
> > > in the cells i do not want included in the sum, or some other more
> > > practical solution?

>
> > > Thanks,

>
> > > Tonso- Hide quoted text -

>
> > - Show quoted text -

>
> Thanks Peo. Not what I wanted to hear, but at least now i know. Thanks
> again. I really appreciate all the help you contributors provide here.
> Tonso- Hide quoted text -
>
> - Show quoted text -


Peo,
The areas will vary, so that approach will not work. But, thanks
again!
Tonso


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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



All times are GMT. The time now is 02:53 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Web Advertising | Remortgages | Loans | Buy Anything On eBay | Credit Cards



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114