add cells conditionaly not in continuous row or column

G

Guest

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
 
R

RagDyer

Try this:

=B8+MIN(C7,0)

--
HTH,

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top