#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default #VALUE! error

I have a simple spreadsheet where I have copied down the formula.

For example =SUM(E56+F56+G56+H56+I55)

then =SUM(E57+F57+G57+H57+I56)

but from the next line onwards I get the #VALUE! error message?! The values
are all numbers.

Any help would be great.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 515
Default #VALUE! error

Apart from changing your formula to a shorter version, not much wrong here?

Try =SUM(E56:H56)+I55.

If that doesn't help, (and I don't think it will), click the cell with the
error message.
A small square with an exclamation mark will appear. Click that and select
Trace error. See what comes up?

Most likely a cell with a number in it, but either formatted as text, of
with an apostrophy in front?

--
HTH

Kassie

Replace xxx with hotmail


"Kelly_Welly" wrote:

I have a simple spreadsheet where I have copied down the formula.

For example =SUM(E56+F56+G56+H56+I55)

then =SUM(E57+F57+G57+H57+I56)

but from the next line onwards I get the #VALUE! error message?! The values
are all numbers.

Any help would be great.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default #VALUE! error

That was a great help. Thank you! Panic over now!

"Kassie" wrote:

Apart from changing your formula to a shorter version, not much wrong here?

Try =SUM(E56:H56)+I55.

If that doesn't help, (and I don't think it will), click the cell with the
error message.
A small square with an exclamation mark will appear. Click that and select
Trace error. See what comes up?

Most likely a cell with a number in it, but either formatted as text, of
with an apostrophy in front?

--
HTH

Kassie

Replace xxx with hotmail


"Kelly_Welly" wrote:

I have a simple spreadsheet where I have copied down the formula.

For example =SUM(E56+F56+G56+H56+I55)

then =SUM(E57+F57+G57+H57+I56)

but from the next line onwards I get the #VALUE! error message?! The values
are all numbers.

Any help would be great.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default #VALUE! error

If you're getting a #VALUE! error message then they're *NOT* all numbers.
They might look like numbers, but somewhere in there is at least one text
value. You can check by =ISNUMBER(cellref) and =ISTEXT(cellref).

You don't need =SUM(E56+F56+G56+H56+I55), as you haven't given the SUM
function anything to add to E56+F56+G56+H56+I55, hence you'll get the same
result as =E56+F56+G56+H56+I55.
You may find that if you actually *use* the SUM function it may be more
tolerant to text values. See what =SUM(E56,F56,G56,H56,I55) or
=SUM(E56:H56,I55) does for you.
--
David Biddulph

"Kelly_Welly" wrote in message
...
I have a simple spreadsheet where I have copied down the formula.

For example =SUM(E56+F56+G56+H56+I55)

then =SUM(E57+F57+G57+H57+I56)

but from the next line onwards I get the #VALUE! error message?! The
values
are all numbers.

Any help would be great.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual Basic Error Run Time Error, Type Mismatch Meg Partridge Excel Discussion (Misc queries) 12 September 10th 08 06:10 PM
Error: "Excel encountered an error and had to remove some formatti Carl Excel Discussion (Misc queries) 0 September 18th 06 06:39 PM
Counting instances of found text (Excel error? Or user error?) S Davis Excel Worksheet Functions 5 September 12th 06 04:52 PM
I have Error 1919 Error Configuring ODBC dataSource Database Texanna1 Excel Discussion (Misc queries) 1 September 12th 06 06:35 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"