Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Rj
 
Posts: n/a
Default Coming up with #N/A

I want G11 to = Zero if I6 is left alone how do I do this. other wise it
gives me #N/A and this messes up the whole page.

here is the formula that I am using
='Client Info'!I6-2
Thanks for any help.

  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

The simplest (but not always the most efficient) way
would be to trap the error using:

=IF(ISNA(your_formula),0,your_formula)

HTH
Jason
Atlanta, GA

-----Original Message-----
I want G11 to = Zero if I6 is left alone how do I do

this. other wise it
gives me #N/A and this messes up the whole page.

here is the formula that I am using
='Client Info'!I6-2
Thanks for any help.

.

  #3   Report Post  
CarlosAntenna
 
Posts: n/a
Default

=IF(ISNA('Client Info'!I6-2 ),0,'Client Info'!I6-2 )

Carlos

"Rj" wrote in message
...
I want G11 to = Zero if I6 is left alone how do I do this. other wise it
gives me #N/A and this messes up the whole page.

here is the formula that I am using
='Client Info'!I6-2
Thanks for any help.



  #4   Report Post  
Rj
 
Posts: n/a
Default

Sorry when I went to post this it said I had an error and it would not post.

"Rj" wrote:

I want G11 to = Zero if I6 is left alone how do I do this. other wise it
gives me #N/A and this messes up the whole page.

here is the formula that I am using
='Client Info'!I6-2
Thanks for any help.

  #5   Report Post  
Rj
 
Posts: n/a
Default

Thank you it is working out great.

"Rj" wrote:

Sorry when I went to post this it said I had an error and it would not post.

"Rj" wrote:

I want G11 to = Zero if I6 is left alone how do I do this. other wise it
gives me #N/A and this messes up the whole page.

here is the formula that I am using
='Client Info'!I6-2
Thanks for any help.



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
why are nested subtotals coming out below outer subtotals? Hendy Excel Worksheet Functions 2 January 18th 05 08:09 PM
Finding last cell to contain same value as current cell? rcmodelr Excel Worksheet Functions 3 November 10th 04 12:54 PM


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