if statements

  • Thread starter Thread starter marksuza
  • Start date Start date
M

marksuza

Hi, I was wondering if I could get some help, nothing hard I think.
tried using the Address function but could not work and the sumif doe
not accept multiple columns.

I have four columns 3 of which are check boxes and one of them
number. I want to say something like this:

If column A is true Sumif column 2 is true.

Pending LA NY Amount
Y Y 10
Y Y 15
Y Y 5
Y Y 10
Y 20

So LA would equal 25 and NY 15. Thanks guys.

Marco
 
Select the cell and do format>conditional formatting and if there is
something there click the delete
button and select all three conditions
 
Hi

Try using SUMPRODUCT:

=SUMPRODUCT((A2="Y")*(B2="Y")*(D2)) for LA
=SUMPRODUCT((A2="Y")*(C2="Y")*(D2)) for NY

Andy
 
Well that was supposed to answer the Fill Colour post.
Sorry about that..

--

Regards,

Peo Sjoblom


Peo Sjoblom said:
Select the cell and do format>conditional formatting and if there is
something there click the delete
button and select all three conditions
 

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

Back
Top