Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ChuckW
 
Posts: n/a
Default Multipying columns that contail null values

Hi,

I have two columns that I am trying to multiply (A and G). One has of the
columns (F) is a calculated value that sometimes has null values. The
formula for column G is =If(F2=0,"",E2/f2). So I get a null value if e2 is 0
or null. I now what to multiply column G by another column and place this in
column H. However, when I do this, I get an #VALUE! as a value anytime the
value in G in blank. I would like to supress this so that nothing appears in
H if G is null. Can someone help me with this formula?

Thanks,


--
Chuck W
  #2   Report Post  
Ray A
 
Posts: n/a
Default

one way
=IF(iserror(g2*b2),"",g2*b2) assumes you waant to multiply g by b
HTH
"ChuckW" wrote:

Hi,

I have two columns that I am trying to multiply (A and G). One has of the
columns (F) is a calculated value that sometimes has null values. The
formula for column G is =If(F2=0,"",E2/f2). So I get a null value if e2 is 0
or null. I now what to multiply column G by another column and place this in
column H. However, when I do this, I get an #VALUE! as a value anytime the
value in G in blank. I would like to supress this so that nothing appears in
H if G is null. Can someone help me with this formula?

Thanks,


--
Chuck W

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
Arithmetical Mode of Criteria in Multiple Non-Adjacent columns Sam via OfficeKB.com Excel Worksheet Functions 4 July 14th 05 09:15 PM
Hidden Columns in Shared Workbooks Rotary Excel Discussion (Misc queries) 1 July 9th 05 12:28 AM
Line graphs with null values Darren Hagarty Charts and Charting in Excel 3 January 12th 05 09:02 AM
How do I get unique values from 2 columns? akmccarthy Excel Discussion (Misc queries) 2 December 13th 04 10:47 PM
Creating a chart with values from two columns Ivan Charts and Charting in Excel 2 December 12th 04 07:31 PM


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