Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default Need column K to = 0 if J is blank

Re Excel 97 -------

This is column J, which works fine:
=IF(SUM(E8:I8)0,SUM(E8:I8),"")


This is column K:
=IF(J80,J7-J8,0)

This works fine as long as there is a number in column J (or if column J has
no formula), but it shows #VALUE! if J is blank (but contains above
formula). I want it to show 0 if column J is blank even though it contains
a formula. What do I need to do?


???
Jack


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Need column K to = 0 if J is blank

Try this:

=IF(ISNUMBER(J8),J7-J8,0)

Biff

"Jack B" wrote in message
...
Re Excel 97 -------

This is column J, which works fine:
=IF(SUM(E8:I8)0,SUM(E8:I8),"")


This is column K:
=IF(J80,J7-J8,0)

This works fine as long as there is a number in column J (or if column J
has
no formula), but it shows #VALUE! if J is blank (but contains above
formula). I want it to show 0 if column J is blank even though it
contains
a formula. What do I need to do?


???
Jack




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default Need column K to = 0 if J is blank

Biff,

That did it!

Thanks.

Jack
-------------------------


"Biff" wrote in message
...
Try this:

=IF(ISNUMBER(J8),J7-J8,0)

Biff

"Jack B" wrote in message
...
Re Excel 97 -------

This is column J, which works fine:
=IF(SUM(E8:I8)0,SUM(E8:I8),"")


This is column K:
=IF(J80,J7-J8,0)

This works fine as long as there is a number in column J (or if column J
has
no formula), but it shows #VALUE! if J is blank (but contains above
formula). I want it to show 0 if column J is blank even though it
contains
a formula. What do I need to do?


???
Jack





  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Need column K to = 0 if J is blank

You're welcome. Thanks for the feedback!

Biff

"Jack B" wrote in message
...
Biff,

That did it!

Thanks.

Jack
-------------------------


"Biff" wrote in message
...
Try this:

=IF(ISNUMBER(J8),J7-J8,0)

Biff

"Jack B" wrote in message
...
Re Excel 97 -------

This is column J, which works fine:
=IF(SUM(E8:I8)0,SUM(E8:I8),"")


This is column K:
=IF(J80,J7-J8,0)

This works fine as long as there is a number in column J (or if column J
has
no formula), but it shows #VALUE! if J is blank (but contains above
formula). I want it to show 0 if column J is blank even though it
contains
a formula. What do I need to do?


???
Jack







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
Lookup function/sum function Secret Squirrel Excel Discussion (Misc queries) 24 November 21st 06 01:46 AM
How do I combine spreadsheets and documents in one file? Trish Excel Discussion (Misc queries) 3 November 9th 06 09:17 PM
Conditional Format as a MACRO Gunjani Excel Worksheet Functions 3 March 29th 06 05:22 PM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM


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