Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 83
Default Is this weird or what?

Hi There
I am running Excel 2007.

I have 2 columns consisting of 1316 rows. In Column A and Column B the same
figures apply. However the sum of Column A =sum(A11:A1315) = 5,901,195.18 and
Column B =sum(B11:B1315) = 0.

I have tried pressing F9 to recalculate but it doesn't do anything
By way of further information I do have lots of other Lookups,and other
formula in the sheet. The sheet does contain a lot of info.

Is this a memory problem or What - weird !

All help or advice greatfully accepted

--
Wales - the land of fire breathing dragons and rugby playing wizards.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default Is this weird or what?

see if you don't have apostrophes in front of the figures in column B
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 83
Default Is this weird or what?

Hi Jarek,

No there isn't any - I colum C I have put A1-b1 through to the end of the
colums and the result is 0 for each row.


--
Wales - the land of fire breathing dragons and rugby playing wizards.


"Jarek Kujawa" wrote:

see if you don't have apostrophes in front of the figures in column B

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default Is this weird or what?

what happens if you edit any of those formulae and enter it again?
(I understand F9 or SHIFT+F9 does the same for the workbook, but
nevertheless I'd try to edit one formula just to check)
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 83
Default Is this weird or what?

Hi Jarek,


Thanks for the response. I think it is in one of the many formulae that
supports the sheet. I have a copy of last months,which I know there were not
any errors, so I have just had to reconstruct this months file from scratch.
I took a temporary copy of the file with the errors,and I will look at it
later( when I have more time ). I have probably messed somewhere - but thanks
for your help so far.
Kind Regards
FinanceGuru

--
Wales - the land of fire breathing dragons and rugby playing wizards.


"Jarek Kujawa" wrote:

what happens if you edit any of those formulae and enter it again?
(I understand F9 or SHIFT+F9 does the same for the workbook, but
nevertheless I'd try to edit one formula just to check)



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Is this weird or what?

It sounds like the values in column B are text values that look like
numbers. When you carry out arithmetic on them (as in A1-B1) then
Excel will convert them to numbers first, but when you just try to SUM
them they evaluate to zero. If you have formulae in those cells (eg
=RIGHT(F1,2) ) then you can convert them to numbers by adding zero or
multiplying by 1 (i.e. =RIGHT(F1,2)*1 ).

Hope this helps.

Pete

On Aug 15, 12:26*pm, Finance Guru
wrote:
Hi Jarek,

Thanks for the response. I think it is in one of the many formulae that
supports the sheet. *I have a copy of last months,which I know there were not
any errors, so I have just had to reconstruct this months file from scratch. *
I took a temporary copy of the file with the errors,and I will look at it
later( when I have more time ). I have probably messed somewhere - but thanks
for your help so far.
Kind Regards
FinanceGuru

--
Wales - the land of fire breathing dragons and rugby playing wizards.



"Jarek Kujawa" wrote:
what happens if you edit any of those formulae and enter it again?
(I understand F9 or SHIFT+F9 does the same for the workbook, but
nevertheless I'd try to edit one formula just to check)- Hide quoted text -


- Show quoted text -


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 83
Default Is this weird or what?

Hi Pete+ Jarek,

Thanks for the reply.

I have reconstucted the file( 1.5 hours ) and it is now working fine.
I now think that it was in one of the formulas within the sheet,which I
erased and have copied in again.

As I said previously when I have a quieter moment I will have a look at the
formulas within the 'temp' copy which I took.

Thank you both for your assistance.

--
Sometimes common sense just isn't enough - you have to have the knowledge.

"Pete_UK" wrote:

It sounds like the values in column B are text values that look like
numbers. When you carry out arithmetic on them (as in A1-B1) then
Excel will convert them to numbers first, but when you just try to SUM
them they evaluate to zero. If you have formulae in those cells (eg
=RIGHT(F1,2) ) then you can convert them to numbers by adding zero or
multiplying by 1 (i.e. =RIGHT(F1,2)*1 ).

Hope this helps.

Pete

On Aug 15, 12:26 pm, Finance Guru
wrote:
Hi Jarek,

Thanks for the response. I think it is in one of the many formulae that
supports the sheet. I have a copy of last months,which I know there were not
any errors, so I have just had to reconstruct this months file from scratch.
I took a temporary copy of the file with the errors,and I will look at it
later( when I have more time ). I have probably messed somewhere - but thanks
for your help so far.
Kind Regards
FinanceGuru

--
Wales - the land of fire breathing dragons and rugby playing wizards.



"Jarek Kujawa" wrote:
what happens if you edit any of those formulae and enter it again?
(I understand F9 or SHIFT+F9 does the same for the workbook, but
nevertheless I'd try to edit one formula just to check)- Hide quoted text -


- Show quoted text -



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Is this weird or what?

You're welcome.

Pete

On Aug 15, 1:54*pm, Finance Guru
wrote:
Hi Pete+ Jarek,

Thanks for the reply. *

I have reconstucted the file( 1.5 hours ) and it is now working fine.
I now think that it was in one of the formulas within the sheet,which I
erased and have copied in again.

As I said previously when I have a quieter moment I will have a look at the
formulas within the 'temp' copy which I took.

Thank you both for your assistance.

--
Sometimes common sense just isn't enough - you have to have the knowledge..



"Pete_UK" wrote:
It sounds like the values in column B are text values that look like
numbers. When you carry out arithmetic on them (as in A1-B1) then
Excel will convert them to numbers first, but when you just try to SUM
them they evaluate to zero. If you have formulae in those cells (eg
=RIGHT(F1,2) ) then you can convert them to numbers by adding zero or
multiplying by 1 (i.e. =RIGHT(F1,2)*1 ).


Hope this helps.


Pete


On Aug 15, 12:26 pm, Finance Guru
wrote:
Hi Jarek,


Thanks for the response. I think it is in one of the many formulae that
supports the sheet. *I have a copy of last months,which I know there were not
any errors, so I have just had to reconstruct this months file from scratch. *
I took a temporary copy of the file with the errors,and I will look at it
later( when I have more time ). I have probably messed somewhere - but thanks
for your help so far.
Kind Regards
FinanceGuru


--
Wales - the land of fire breathing dragons and rugby playing wizards.


"Jarek Kujawa" wrote:
what happens if you edit any of those formulae and enter it again?
(I understand F9 or SHIFT+F9 does the same for the workbook, but
nevertheless I'd try to edit one formula just to check)- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -


  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default Is this weird or what?

welcome ;-)
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
Weird files Steve New Users to Excel 5 March 20th 07 05:35 AM
WEIRD QUESTION Louise Excel Discussion (Misc queries) 4 September 23rd 06 12:07 AM
HELP- Weird Charting Bug 1nsomniac Charts and Charting in Excel 1 March 28th 06 09:33 PM
what the excell gone weird? B.B Excel Discussion (Misc queries) 3 August 30th 05 03:52 AM
Weird jhill New Users to Excel 1 August 10th 05 04:48 PM


All times are GMT +1. The time now is 04:11 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"