PC Review


Reply
Thread Tools Rate Thread

Calculation Help

 
 
Joel
Guest
Posts: n/a
 
      12th Dec 2007
Hi can someone please help I am trying to calculate a cell but it references
to to a number of different sheets.

=IF(Template!R29="","",(H5-Template!R29!))

I keep getting an error message about the the fact that the calculation is
missing something.

Regards Joel

and thanks
--
N/A
 
Reply With Quote
 
 
 
 
Stephen
Guest
Posts: n/a
 
      12th Dec 2007
"Joel" <(E-Mail Removed)> wrote in message
news:BBC7D3D6-83AB-4EEF-8F27-(E-Mail Removed)...
> Hi can someone please help I am trying to calculate a cell but it
> references
> to to a number of different sheets.
>
> =IF(Template!R29="","",(H5-Template!R29!))
>
> I keep getting an error message about the the fact that the calculation is
> missing something.
>
> Regards Joel
>
> and thanks
> --
>


You should not have an exclamation mark after R29 near the end of your
formula.


 
Reply With Quote
 
Nigel
Guest
Posts: n/a
 
      12th Dec 2007
Hi Joel

In your value if false argument, try removing the final ! after the R29 cell
reference. This should then be OK

"Joel" wrote:

> Hi can someone please help I am trying to calculate a cell but it references
> to to a number of different sheets.
>
> =IF(Template!R29="","",(H5-Template!R29!))
>
> I keep getting an error message about the the fact that the calculation is
> missing something.
>
> Regards Joel
>
> and thanks
> --
> N/A

 
Reply With Quote
 
Joel
Guest
Posts: n/a
 
      12th Dec 2007
Look closely at the end of the formula

from
=IF(Template!R29="","",(H5-Template!R29!))
to
=IF(Template!R29="","",(H5-Template!R29))


"Joel" wrote:

> Hi can someone please help I am trying to calculate a cell but it references
> to to a number of different sheets.
>
> =IF(Template!R29="","",(H5-Template!R29!))
>
> I keep getting an error message about the the fact that the calculation is
> missing something.
>
> Regards Joel
>
> and thanks
> --
> N/A

 
Reply With Quote
 
Stefi
Guest
Posts: n/a
 
      12th Dec 2007
Perhaps you have non-numeric values either in Template!R29 or H5. What is the
error message, and what is the content of these cells?

Regards,
Stefi

„Joel” ezt *rta:

> Hi can someone please help I am trying to calculate a cell but it references
> to to a number of different sheets.
>
> =IF(Template!R29="","",(H5-Template!R29!))
>
> I keep getting an error message about the the fact that the calculation is
> missing something.
>
> Regards Joel
>
> and thanks
> --
> N/A

 
Reply With Quote
 
Don Guillett
Guest
Posts: n/a
 
      12th Dec 2007
>IF(Template!R29="","",(H5-Template!R29!))
to
IF(Template!R29="","",H5-Template!R29)


--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Joel" <(E-Mail Removed)> wrote in message
news:BBC7D3D6-83AB-4EEF-8F27-(E-Mail Removed)...
> Hi can someone please help I am trying to calculate a cell but it
> references
> to to a number of different sheets.
>
> =IF(Template!R29="","",(H5-Template!R29!))
>
> I keep getting an error message about the the fact that the calculation is
> missing something.
>
> Regards Joel
>
> and thanks
> --
> N/A


 
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
How do I use a rounded calculation result in another calculation? =?Utf-8?B?dm5zcm9kMjAwMA==?= Microsoft Excel Worksheet Functions 1 26th Jan 2005 10:11 PM
How do I use a rounded calculation result in another calculation? =?Utf-8?B?dm5zcm9kMjAwMA==?= Microsoft Excel Worksheet Functions 1 26th Jan 2005 09:36 PM
Concatenating a Calculation with Text causes the Calculation to be incorrect?? Nelson Microsoft Excel Worksheet Functions 4 1st Apr 2004 06:51 PM
Calculation based on another calculation T Smith Microsoft Access Forms 3 8th Jan 2004 12:04 AM
range.calculation with UDF not working when calculation is set to automatic Brian Murphy Microsoft Excel Programming 5 14th Oct 2003 07:02 PM


Features
 

Advertising
 

Newsgroups
 


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