Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
loganinc6
 
Posts: n/a
Default add cells conditionaly not in continuous row or column

I need to add two cells not in a continuous row or column, say B8 and C7, but
only if the value in C7 is less than zero. If value in C7 is more than zero
need the cell to equal the value in B8
  #2   Report Post  
Rowan Drummond
 
Posts: n/a
Default add cells conditionaly not in continuous row or column

=IF(C7<0,B8+C7,B8)

Hope this helps
Rowan

loganinc6 wrote:
I need to add two cells not in a continuous row or column, say B8 and C7, but
only if the value in C7 is less than zero. If value in C7 is more than zero
need the cell to equal the value in B8

  #3   Report Post  
surg4u1975
 
Posts: n/a
Default add cells conditionaly not in continuous row or column


something like this

=IF(C7<0,B8+C7,B8)


--
surg4u1975
------------------------------------------------------------------------
surg4u1975's Profile: http://www.excelforum.com/member.php...o&userid=28718
View this thread: http://www.excelforum.com/showthread...hreadid=484172

  #4   Report Post  
RagDyer
 
Posts: n/a
Default add cells conditionaly not in continuous row or column

Try this:

=B8+MIN(C7,0)

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"loganinc6" wrote in message
...
I need to add two cells not in a continuous row or column, say B8 and C7,

but
only if the value in C7 is less than zero. If value in C7 is more than

zero
need the cell to equal the value in B8


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
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 8 May 18th 05 04:23 AM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM
Average the Last Five Cells in a Column Warrior Princess Excel Worksheet Functions 3 March 16th 05 02:12 PM
how can i fill blank cells in column with abc while the right col. khurram saddique Excel Discussion (Misc queries) 2 February 12th 05 03:25 PM


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