ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Is this weird or what? (https://www.excelbanter.com/excel-worksheet-functions/198989-weird-what.html)

Finance Guru

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.

Jarek Kujawa[_2_]

Is this weird or what?
 
see if you don't have apostrophes in front of the figures in column B

Finance Guru

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


Jarek Kujawa[_2_]

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)

Finance Guru

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)


Pete_UK

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 -



Finance Guru

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 -




Pete_UK

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 -



Jarek Kujawa[_2_]

Is this weird or what?
 
welcome ;-)


All times are GMT +1. The time now is 07:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com