Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 983
Default How do you sum values in a coloumn when it contains #N/A in a ran.

Change your vlookup function as follows

=if(isna(vlookup()), 0, vlookup())

This will get rid of those pesky #NAs

"sa" wrote:

I have a range of cells that utilizes the VLOOKUP command to search for
numerical data by descrition and place it in a cell. Then I want to add the
numerical data with the sum function. But in some cells there is #N/A because
the numerical data isn't present. The Sum function always returns #N/A when
this occurs.

Can anyone help with this?

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
How to delete values of a cell if it is found in another coloumn karty Excel Worksheet Functions 3 October 22nd 05 04:29 PM
How do you sum values in a coloumn when it contains #N/A in a ran. Tom Ogilvy Excel Programming 0 September 21st 04 06:46 PM
How do you sum values in a coloumn when it contains #N/A in a ran. dave Excel Programming 0 September 21st 04 06:36 PM
How do you sum values in a coloumn when it contains #N/A in a ran. Jack Schitt Excel Programming 0 September 21st 04 06:32 PM
How do you sum values in a coloumn when it contains #N/A in a ran. sa Excel Programming 0 September 21st 04 06:17 PM


All times are GMT +1. The time now is 05:10 PM.

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"