conditional adding by checking status

R

Rajkiran Singh

Hi friends,

I want to add a column values only if the value have specific status.

Ex: lets take 2 columns, A and B

A column have numbers and B column has status for each number. Now i want to
add column A values only if the status is Active for that value in B column.
the result can be displayed in column C.
 
M

Mike H

Hi,

Maybe this

=SUMIF(B:B,"Active",A:A)

--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 

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