Excel Excel - Combining Statments

Joined
Nov 12, 2008
Messages
1
Reaction score
0
Excel - Combining Statements

Hi, Apologies if this is answered elsewhere, i have searched and can't find anything similar..

I have a spreadsheet with multiple worksheets and data.

I have two statements which both work correctly and independently of each other, but when i try to combine them into one statement, the latter one is always ignored?

This is what i am using..
=SUM(COUNTIF('sheet 1'!H:H,"Priority 1"))

=SUM(COUNTIF('sheet 1'!G:G,">=-7"))

the first statement is counting all in column H that have the text 'Priority 1'.

The second statement then counts all in column G where the number of days open is less than or equal to 7 (this is a calculated field using =A1-Today() )

.. there are multiple version of this type of statement that i need to write.. only whenever i try to combine it always give the wrong answer!?

Any help greatly appreciated.. my head hurts.. :s

Thanks, C
 
Last edited:

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

Similar Threads

Excel Sumproduct 0
Excel Dragging countif formula with changing criteria 3
Excel Excel 2007 Formula Help Needed 1
countif where condition should be met 3
Excel Excel Macro - Variable in a formula 1
Excel Excel Sumproduct? 0
CountIf previous cell formula 0
Excel Excel list 1

Top