Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default Balanced formula does not balance

I have tables of figures which I am extracting, via VLOOKUP, to different
reports. I am then compiling a total, of each of these values, in the reports
themselves.
Then I am comparing the total given in my report with the total that is also
included within the initial table and asking Excel to give me an error
message should the two amounts not balance.

I have done this many times without any issues - however I seem to have a
problem in some reports whereby I am receiving an error message even when the
value in the report matches the value in the table.

I have manually checked that the report adds up correctly - and the value in
the table. I have checked that neither value includes a spurious amount
within the decimal (down to 5 places).
I have also split my formula (that produces and error message) in to its two
halves - and these both return the same result.

I am afraid I can't fathom why I am getting an error message. Can anyone help?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default Balanced formula does not balance

The miniscule error may be even farther "down" than the 5th decimal place.
Try this, it may cure your problem:

Make a copy of your workbook and use it for this test. In the Tools --
Options dialog, go to the [Calculation] tab and select the "Precision as
Displayed" option. You'll be warned of a loss of precision when you apply
the change. This is a 'by workbook' change, so it won't affect other
workbooks. See if that clears up your problem.

"BabyMc" wrote:

I have tables of figures which I am extracting, via VLOOKUP, to different
reports. I am then compiling a total, of each of these values, in the reports
themselves.
Then I am comparing the total given in my report with the total that is also
included within the initial table and asking Excel to give me an error
message should the two amounts not balance.

I have done this many times without any issues - however I seem to have a
problem in some reports whereby I am receiving an error message even when the
value in the report matches the value in the table.

I have manually checked that the report adds up correctly - and the value in
the table. I have checked that neither value includes a spurious amount
within the decimal (down to 5 places).
I have also split my formula (that produces and error message) in to its two
halves - and these both return the same result.

I am afraid I can't fathom why I am getting an error message. Can anyone help?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default Balanced formula does not balance

Thanks

Due to what seemed to be error messages received in my original posting - I
ended up with the same posting more than once.

I think I may now have a resolution - I've copied my latest response from
that thread. If you are able to answer my further query then that would be
lovely.


I don't understand why one would need to put the round function around a
lookup where the results are not to more decimal places than required.
However, having said that, inserting the round function around the lookup
does cure it.

This would leave me with another question.

How does one easily insert the round function around the lookup - when I
have many forumlas to do and the lookup is using many different filenames
(which, I think, prevents me from using edit replace)?

Thanks again



"JLatham" wrote:

The miniscule error may be even farther "down" than the 5th decimal place.
Try this, it may cure your problem:

Make a copy of your workbook and use it for this test. In the Tools --
Options dialog, go to the [Calculation] tab and select the "Precision as
Displayed" option. You'll be warned of a loss of precision when you apply
the change. This is a 'by workbook' change, so it won't affect other
workbooks. See if that clears up your problem.

"BabyMc" wrote:

I have tables of figures which I am extracting, via VLOOKUP, to different
reports. I am then compiling a total, of each of these values, in the reports
themselves.
Then I am comparing the total given in my report with the total that is also
included within the initial table and asking Excel to give me an error
message should the two amounts not balance.

I have done this many times without any issues - however I seem to have a
problem in some reports whereby I am receiving an error message even when the
value in the report matches the value in the table.

I have manually checked that the report adds up correctly - and the value in
the table. I have checked that neither value includes a spurious amount
within the decimal (down to 5 places).
I have also split my formula (that produces and error message) in to its two
halves - and these both return the same result.

I am afraid I can't fathom why I am getting an error message. Can anyone help?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default Balanced formula does not balance

My solution may save you from having to hunt down all of the VLOOKUPs and
modify them. You can't easily change them all because of the things you've
said, like referring to different filenames. At a minimum you'd have to
change each one with a different filename and extend/fill it as permitted,
and that might not be completely possible.


"BabyMc" wrote:

Thanks

Due to what seemed to be error messages received in my original posting - I
ended up with the same posting more than once.

I think I may now have a resolution - I've copied my latest response from
that thread. If you are able to answer my further query then that would be
lovely.


I don't understand why one would need to put the round function around a
lookup where the results are not to more decimal places than required.
However, having said that, inserting the round function around the lookup
does cure it.

This would leave me with another question.

How does one easily insert the round function around the lookup - when I
have many forumlas to do and the lookup is using many different filenames
(which, I think, prevents me from using edit replace)?

Thanks again



"JLatham" wrote:

The miniscule error may be even farther "down" than the 5th decimal place.
Try this, it may cure your problem:

Make a copy of your workbook and use it for this test. In the Tools --
Options dialog, go to the [Calculation] tab and select the "Precision as
Displayed" option. You'll be warned of a loss of precision when you apply
the change. This is a 'by workbook' change, so it won't affect other
workbooks. See if that clears up your problem.

"BabyMc" wrote:

I have tables of figures which I am extracting, via VLOOKUP, to different
reports. I am then compiling a total, of each of these values, in the reports
themselves.
Then I am comparing the total given in my report with the total that is also
included within the initial table and asking Excel to give me an error
message should the two amounts not balance.

I have done this many times without any issues - however I seem to have a
problem in some reports whereby I am receiving an error message even when the
value in the report matches the value in the table.

I have manually checked that the report adds up correctly - and the value in
the table. I have checked that neither value includes a spurious amount
within the decimal (down to 5 places).
I have also split my formula (that produces and error message) in to its two
halves - and these both return the same result.

I am afraid I can't fathom why I am getting an error message. Can anyone help?

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default Balanced formula does not balance

Thanks (both JoeU2004 and JLatham)

I'm not sure I want to go down the PAD route in this instance - though I
shall try and remember it for future reference.
I'm not familiar, enough with VB, so I think I will go with Edit, Replace.
For what I need to do, and given that I will need to access each workbook
anyway it will be my best option.

Thanks again

"JLatham" wrote:

My solution may save you from having to hunt down all of the VLOOKUPs and
modify them. You can't easily change them all because of the things you've
said, like referring to different filenames. At a minimum you'd have to
change each one with a different filename and extend/fill it as permitted,
and that might not be completely possible.


"BabyMc" wrote:

Thanks

Due to what seemed to be error messages received in my original posting - I
ended up with the same posting more than once.

I think I may now have a resolution - I've copied my latest response from
that thread. If you are able to answer my further query then that would be
lovely.


I don't understand why one would need to put the round function around a
lookup where the results are not to more decimal places than required.
However, having said that, inserting the round function around the lookup
does cure it.

This would leave me with another question.

How does one easily insert the round function around the lookup - when I
have many forumlas to do and the lookup is using many different filenames
(which, I think, prevents me from using edit replace)?

Thanks again



"JLatham" wrote:

The miniscule error may be even farther "down" than the 5th decimal place.
Try this, it may cure your problem:

Make a copy of your workbook and use it for this test. In the Tools --
Options dialog, go to the [Calculation] tab and select the "Precision as
Displayed" option. You'll be warned of a loss of precision when you apply
the change. This is a 'by workbook' change, so it won't affect other
workbooks. See if that clears up your problem.

"BabyMc" wrote:

I have tables of figures which I am extracting, via VLOOKUP, to different
reports. I am then compiling a total, of each of these values, in the reports
themselves.
Then I am comparing the total given in my report with the total that is also
included within the initial table and asking Excel to give me an error
message should the two amounts not balance.

I have done this many times without any issues - however I seem to have a
problem in some reports whereby I am receiving an error message even when the
value in the report matches the value in the table.

I have manually checked that the report adds up correctly - and the value in
the table. I have checked that neither value includes a spurious amount
within the decimal (down to 5 places).
I have also split my formula (that produces and error message) in to its two
halves - and these both return the same result.

I am afraid I can't fathom why I am getting an error message. Can anyone help?

Thanks

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
Balanced formula does not balance BabyMc Excel Discussion (Misc queries) 0 May 27th 09 08:53 AM
Cell reading Balanced problem jimboba Excel Worksheet Functions 4 March 8th 09 04:17 PM
I can balance a plane but i can not fix a formula. turkyildiz Excel Discussion (Misc queries) 5 April 14th 07 09:33 PM
How do I balance a chckbook? what is the formula? Cheryl Excel Worksheet Functions 2 October 4th 06 01:36 AM
rent received/balance owed/running balance spreadsheet Quickbooks dummy Excel Discussion (Misc queries) 1 January 2nd 06 07:34 PM


All times are GMT +1. The time now is 12:59 AM.

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

About Us

"It's about Microsoft Excel"