Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Worksheets
If AND for large range of data
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="barry houdini, post: 3844138"] Try using a SUMPRODUCT formula to check all the rows at once, i.e. =SUMPRODUCT(('Sheet1'!A$1:A$30=A1)*('Sheet1'!B$1:B$30>'Sheet1'!D$1:D$30)) That would count the home wins If you need to count both home and away then add another SUMPRODUCT i.e. =SUMPRODUCT(('Sheet1'!A$1:A$30=A1)*('Sheet1'!B$1:B$30>'Sheet1'!D$1:D$30))+SUMPRODUCT(('Sheet1'!E$1:E$30=A1)*('Sheet1'!B$1:B$30<'Sheet1'!D$1:D$30)) regards, barr [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Worksheets
If AND for large range of data
Top