![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Location: OKC
Posts: 98
|
Yogi, You are right, this is what I am looking for but the formula that Aladyn provided only counts 5 and the answer should be six as illustrated in the original post:
http://mrexcel.com/board/viewtopic.p...4021&forum=2&5 below is your response. You explained what I am trying to do correctly. I explained it poorly in my original post..... help!! Eddie, If I've read this correctly you want the count of any times in either A or B BUT NOT both, so: A no time and B no time = 0 A time and B no time = 1 A no time and B time = 1 A time and B time ALSO = 1 if this is the case then Aladin's formula is the one to go with. |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
http://mrexcel.com/board/viewtopic.p...4021&forum=2&5
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Location: OKC
Posts: 98
|
Barrie, You are right, it works in that case but it doesn't work in the following case, the answer i want is 4 but aladyn's formula results in 3........
col a col b 1 1769 2 1748 1784 3 1755 4 1777 |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Location: OKC
Posts: 98
|
well, it appears that the forum is not showing up the way i am typing it....the bottom line is that the count in col a may or may not be more than col b....i need the count of the number of rows that contain either a value in A or B or both as one.
|
|
|
|
|
|
#5 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
Hope you got your answer. Barrie if you have time I have a nice VBA problem I'd like to present to you, may I E.mail???
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
|
#6 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
I've tried Aladin formula on the example No.'s you've given and 4 is the result????
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
#7 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
=SUMPRODUCT((1*(ISNUMBER(A1:A4)+ISNUMBER(B1:B4))))-SUMPRODUCT(ISNUMBER(A1:A4)*ISNUMBER(B1:B4)) Aladin |
|
|
|
|
|
|
#8 | ||
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
__________________
"Have a good time......all the time" Ian Mac |
||
|
|
|
|
|
#9 | |||
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
Eddie's specs are much clearer now. For what follows he wants a count of 4 as result. {"",1769; 1748,1784; 1755,""; 1777,""} The MAX formula will produce a count of 3 here, as Eddie observes. His question boils down to, How many 2-cell rows are there in the target range that contain at least a number (or date)? So, the new formula appeared to me the right thing to do. Aladin |
|||
|
|
|
|
|
#10 | ||||
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
It's just this minute that I've realised using the [q]quote[/q] thingy you get the tabs also!!!!!!!. I saw: col a col b 1 1769 2 1748 1784 3 1755 4 1777 and you can quote me I didn't see the "" in the: {"",1769; 1748,1784; 1755,""; 1777,""} sorry about that.
__________________
"Have a good time......all the time" Ian Mac |
||||
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|