Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mark
 
Posts: n/a
Default replacing #N/A with 0

In Excell 2003 how would I write this formula to replace the #N/A with 0? Can
it be done?

=VLOOKUP(A5,Group!$C$1251:$H$1287,6,0)
  #2   Report Post  
Trevor Shuttleworth
 
Posts: n/a
Default

Mark

=IF(ISNA(VLOOKUP(A5,Group!$C$1251:$H$1287,6,0)),0, VLOOKUP(A5,Group!$C$1251:$H$1287,6,0))

Regards

Trevor


"Mark" wrote in message
...
In Excell 2003 how would I write this formula to replace the #N/A with 0?
Can
it be done?

=VLOOKUP(A5,Group!$C$1251:$H$1287,6,0)



  #3   Report Post  
Duke Carey
 
Posts: n/a
Default

=IF(ISNA(VLOOKUP(A5,Group!$C$1251:$H$1287,6,0)),0, VLOOKUP(A5,Group!$C$1251:$H$1287,6,0))


"Mark" wrote:

In Excell 2003 how would I write this formula to replace the #N/A with 0? Can
it be done?

=VLOOKUP(A5,Group!$C$1251:$H$1287,6,0)

  #4   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Thu, 7 Apr 2005 13:25:02 -0700, "Mark"
wrote:

In Excell 2003 how would I write this formula to replace the #N/A with 0? Can
it be done?

=VLOOKUP(A5,Group!$C$1251:$H$1287,6,0)


=IF(ISNA(VLOOKUP(A5,Group!$C$1251:$H$1287,6,0)),0, VLOOKUP(A5,Group!$C$1251:$H$1287,6,0))

or, a bit shorter:

=IF(COUNTIF(Group!$C$1251:$C:1287,A5)=0,0,VLOOKUP( A5,Group!$C$1251:$H$1287,6,0))


--ron
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
Finding and Replacing a "?" Mcobra41 Excel Discussion (Misc queries) 2 March 9th 05 07:57 PM
replacing TRUE/FALSE Rogueuk New Users to Excel 0 February 9th 05 12:45 PM
replacing TRUE/FALSE Rogueuk New Users to Excel 1 February 8th 05 04:58 PM
replacing just the sheet names within formulas Jeanne Criez Excel Worksheet Functions 1 January 4th 05 07:27 PM
Replacing a number with a description in Excel Steinbart Excel Worksheet Functions 2 December 7th 04 10:43 PM


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