PC Review


Reply
Thread Tools Rate Thread

: in cell references in formula (Excel 2003)

 
 
jerryk
Guest
Posts: n/a
 
      27th Feb 2008
Someone put the following formula into a spreadsheet that I have to maintain:
=ABC!H14:ABC!H18+ABC!H24
I understand the use of : to pass a ranged to a function, but this does not
make sense to me. It only adds the values from H14, H18, and H24. Is the
use of the : here a typo that happens to work, or is there a good useful
purpose for it?

Thank you.
JerryK
 
Reply With Quote
 
 
 
 
PCLIVE
Guest
Posts: n/a
 
      27th Feb 2008
It doesn't seem like that should be working. I get a #VALUE! when I use it.
If it was intended to sum the range plus H24, then:

=SUM(ABC!H14:H18)+ABC!H24

If only those three cells were supposed to be added, then:
=SUM(ABC!H14,ABC!H18,ABC!H24)
or
=ABC!H14+ABC!H18+ABC!H24

HTH,
Paul

--

"jerryk" <(E-Mail Removed)> wrote in message
newsFA1E35A-DF62-4A67-9F43-(E-Mail Removed)...
> Someone put the following formula into a spreadsheet that I have to
> maintain:
> =ABC!H14:ABC!H18+ABC!H24
> I understand the use of : to pass a ranged to a function, but this does
> not
> make sense to me. It only adds the values from H14, H18, and H24. Is the
> use of the : here a typo that happens to work, or is there a good useful
> purpose for it?
>
> Thank you.
> JerryK



 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      27th Feb 2008
It sums the values from sheet ABC H14:H18(5 cells) + H24

6 cells in all.

Easier written as =ABC!H14:H18 + ABC!A8


Gord Dibben MS Excel MVP

On Wed, 27 Feb 2008 14:23:41 -0800, jerryk <(E-Mail Removed)>
wrote:

>Someone put the following formula into a spreadsheet that I have to maintain:
>=ABC!H14:ABC!H18+ABC!H24
>I understand the use of : to pass a ranged to a function, but this does not
>make sense to me. It only adds the values from H14, H18, and H24. Is the
>use of the : here a typo that happens to work, or is there a good useful
>purpose for it?
>
>Thank you.
>JerryK


 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      27th Feb 2008
Forgot the SUM function

=SUM(ABC!H14:H18) + ABC!A8


Gord

On Wed, 27 Feb 2008 15:09:04 -0800, Gord Dibben <gorddibbATshawDOTca> wrote:

>It sums the values from sheet ABC H14:H18(5 cells) + H24
>
>6 cells in all.
>
>Easier written as =ABC!H14:H18 + ABC!A8
>
>
>Gord Dibben MS Excel MVP
>
>On Wed, 27 Feb 2008 14:23:41 -0800, jerryk <(E-Mail Removed)>
>wrote:
>
>>Someone put the following formula into a spreadsheet that I have to maintain:
>>=ABC!H14:ABC!H18+ABC!H24
>>I understand the use of : to pass a ranged to a function, but this does not
>>make sense to me. It only adds the values from H14, H18, and H24. Is the
>>use of the : here a typo that happens to work, or is there a good useful
>>purpose for it?
>>
>>Thank you.
>>JerryK


 
Reply With Quote
 
Ragdyer
Guest
Posts: n/a
 
      28th Feb 2008
If you check your data, you'll see that *only* H14 and H24 are being
totaled.

You need the Sum() function, as others have brought to your attention.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"jerryk" <(E-Mail Removed)> wrote in message
newsFA1E35A-DF62-4A67-9F43-(E-Mail Removed)...
> Someone put the following formula into a spreadsheet that I have to

maintain:
> =ABC!H14:ABC!H18+ABC!H24
> I understand the use of : to pass a ranged to a function, but this does

not
> make sense to me. It only adds the values from H14, H18, and H24. Is the
> use of the : here a typo that happens to work, or is there a good useful
> purpose for it?
>
> Thank you.
> JerryK


 
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
Formula in Excel 07 to get the formula used in one cell in anothercell, showing VALUES, not cells references TobiasAL Microsoft Excel Discussion 2 1st Nov 2009 10:09 AM
Formula in Excel 07 to get the formula used in one cell in anothercell, showing VALUES, not cells references TobiasAL Microsoft Excel Worksheet Functions 1 29th Oct 2009 12:08 PM
Which Excel references used for Workday Formula in MS Excel 2003? T. Johnson Microsoft Excel Programming 14 24th Jul 2009 08:27 PM
Cell references in an Excel array formula Schizoid Man Microsoft Excel Discussion 4 4th Jun 2009 04:35 PM
Excel 2003 macros set relative cell references =?Utf-8?B?SlBJ?= Microsoft Excel Misc 7 21st May 2007 05:08 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:55 AM.