Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Pat
 
Posts: n/a
Default Condition now returns error

With M29 containing a condition V29 returns a #VALUE! error.

V29 =J29+I29+M29

M29 =IF(J29="","",J29)

What change do I need to make to the formula in V29 so an error does not
appear.

Thanks
Pat


  #2   Report Post  
Chip Pearson
 
Posts: n/a
Default

You'll get an error in V29 if J29, I29, or M29 contains a text
value. You can have a formula ignore text values by using the SUM
function. E.g.,

=SUM(J29,I29,M29)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Pat" wrote in message
...
With M29 containing a condition V29 returns a #VALUE! error.

V29 =J29+I29+M29

M29 =IF(J29="","",J29)

What change do I need to make to the formula in V29 so an error
does not
appear.

Thanks
Pat




  #3   Report Post  
Ragdyer
 
Posts: n/a
Default

Try this:

=SUM(J29,I29,M29)
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Pat" wrote in message
...
With M29 containing a condition V29 returns a #VALUE! error.

V29 =J29+I29+M29

M29 =IF(J29="","",J29)

What change do I need to make to the formula in V29 so an error does not
appear.

Thanks
Pat



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
Problem with GEOMEAN - returns #NUM error Dan Knight Excel Worksheet Functions 6 February 17th 05 11:40 PM
ERROR Pinto1uk Excel Discussion (Misc queries) 1 February 8th 05 03:15 AM
Error when entering and exiting excel Randy Excel Discussion (Misc queries) 1 January 11th 05 03:17 PM
RATE returns the #NUM! error value JC Excel Worksheet Functions 4 January 9th 05 11:39 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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