Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / August 2006

Tip: Looking for answers? Try searching our database.

Sum formula result shows "#N/A"

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dinesh - 18 Aug 2006 18:40 GMT
Col "A"                 Col "B"
8/18/06                Vlookup formula (result is $5)
8/21/06                Vlookup formula (cell not updated yet so result shows
#N/A)
                          Sum() (result shows #N/A)

Col "B" is linked to another worksheet. 8/21/06 row will get the result of
"#N/A" because the vlookup formula won't get updated until 8/21/06. So the
sum total also gives me the result of "#N/A". How can I get the sum total
result of ($5) on Col "B" row 3..

Thanks.

Dinesh
Trevor Shuttleworth - 18 Aug 2006 18:44 GMT
Amend your VLOOKUP Formula to be:

=IF(ISNA(your VLOOKUP),0,your VLOOKUP)

So if the LOOKUP fails, you'll get 0 rather than #N/A! and your SUM should
work

Regards

Trevor

> Col "A"                 Col "B"
> 8/18/06                Vlookup formula (result is $5)
[quoted text clipped - 11 lines]
>
> Dinesh
Dave F - 18 Aug 2006 18:46 GMT
You have to configure your vlookup formula to return a null or empty value
instead of N/A.

Example: IF(ISERROR(VLOOKUP([your criteria])),"",VLOOKUP([your criteria]))

Right now since your vlookup returns an error, when you go to sum that
column ovf VLOOKUPS, SUM returns an error as well.
Signature

Brevity is the soul of wit.

> Col "A"                 Col "B"
> 8/18/06                Vlookup formula (result is $5)
[quoted text clipped - 10 lines]
>
> Dinesh
Aladin Akyurek - 19 Aug 2006 16:03 GMT
=SUM(SUMIF(B:B,{"<0",">0"}))

> Col "A"                 Col "B"
> 8/18/06                Vlookup formula (result is $5)
[quoted text clipped - 10 lines]
>
> Dinesh
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.