Computing.Net > Forums > Office Software > Count a Column only if 2nd Row is not Marked

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Count a Column only if 2nd Row is not Marked

Reply to Message Icon

Name: JTraq
Date: May 18, 2009 at 04:26:39 Pacific
OS: Windows XP
Product: Microsoft / Excel
Subcategory: Microsoft Office
Comment:

I have been trying to come up with the forumla that will do this last calculation to finish the spreadsheet but it is stumping me. I have 6 Columns (A, B, C, D, E, F) and three rows (1, 2, 3). I need a formula that will count A1 in the total marked for column A only if F1 is not also marked. I need this to work for rows 1-3. For example if A1 is marked and F1 is not marked the total for column A should be 1. If A1 and F1 are both marked than the value for column A should be zero. Thanks for the help. This one is killing me.

Jason



Sponsored Link
Ads by Google

Response Number 1
Name: DerbyDad03
Date: May 18, 2009 at 06:01:54 Pacific
Reply:

I am confused by a number of things in your post.

Your said: I need a formula that will count A1 in the total marked for column A only if F1 is not also marked.

What do you mean by "marked"?
What do you mean by "count A1 in the total marked"?

You said: ...if A1 is marked and F1 is not marked the total for column A should be 1. If A1 and F1 are both marked than the value for column A should be zero.

You use the words "total for column A" and "value for column A". Are these the same thing? Neither of your desired results sound like a "total".

Please explain further.



0

Response Number 2
Name: JTraq
Date: May 18, 2009 at 11:53:43 Pacific
Reply:

I need to count a non blank cell in a column only if a certain cell in the corresponding row is blank. For example I am counting all non blank cells in column A. If the first cell in column A (A1) is not blank I would need to check a column in that same row F1, for example, to ensure it is blank. If it is blank then A1 should be counted in the total at the bottom of column A. If F1 is not blank then both A1 and F1 would not be blank and A1 would not be counted in the total of Column A. Hope this clarifies things.


0

Response Number 3
Name: DerbyDad03
Date: May 18, 2009 at 18:31:05 Pacific
Reply:

=SUM(AND(ISBLANK(A1),ISBLANK(F1)),AND(ISBLANK(A2),ISBLANK(F2)),AND(ISBLANK(A3),ISBLANK(F3)))


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Multiple column list box 2002 Outlook - Cannot Imp...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Count a Column only if 2nd Row is not Marked

Excel - detecting if another cell is selected www.computing.net/answers/office/excel-detecting-if-another-cell-is-selected/9381.html

Find lowest value between 2 text cells www.computing.net/answers/office/find-lowest-value-between-2-text-cells/9494.html

Delete rows www.computing.net/answers/office/delete-rows/9802.html