#1   Report Post  
Jaladino
 
Posts: n/a
Default R. VENKATARAMAN

when summing up in H21-- A21*G21 and there is no entry for G that row I'm
getting a #Value! error, can I change somethink so its blank rather than
Value (which will interefere with the total)


  #2   Report Post  
Trevor Shuttleworth
 
Posts: n/a
Default

=IF(G21="",0,A21*G21)

Regards

Trevor


"Jaladino" wrote in message
...
when summing up in H21-- A21*G21 and there is no entry for G that row I'm
getting a #Value! error, can I change somethink so its blank rather than
Value (which will interefere with the total)



  #3   Report Post  
Max
 
Posts: n/a
Default

Just change the value_if_true in the error trap formula
to return a zero: 0 instead of ""
i.e. try instead in C21:

=IF(ISNA(MATCH($B21,$J$21:$J$37,0)),0,VLOOKUP($B21 ,$J$21:$L$37,COLUMNS($A$1:
A1)+1,FALSE))

or use SUM(... ), e.g.: =SUM(A1:A2) instead of : =A1+A2
(SUM will ignore text)

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Jaladino" wrote in message
...
when summing up in H21-- A21*G21 and there is no entry for G that row I'm
getting a #Value! error, can I change somethink so its blank rather than
Value (which will interefere with the total)




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
r. venkataraman Jaladino Excel Worksheet Functions 1 February 18th 05 05:08 AM


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