Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Everyone,
I have a List of 6 Numbers in Cells E9:J1009. I have an Extra Number in Cells K9:K1009. I have a List of 6 Numbers that I want to Get a Total Matched for in Cells M9:R109. If I was to Use an Excel Formula, this would do what I want for the First 6 Numbers to Check :- =IF($M$9=0,""),IF(SUMPRODUCT(COUNTIF($M$9:$R$9,$E9 :$J9))=5,IF(SUMPRODUCT (COUNTIF($M$9:$R$9,$K9))=1,"5+","5"),SUMPRODUCT(CO UNTIF($M$9:$R$9,$E9:$J 9)))) I would Ideally like a Macro that takes the First Set of 6 Numbers in Cells "M9:R9", and Uses Something Like the Formula Above to Give the Value of the Total Numbers Matched in Cells "M9:R9" with the Numbers in Cells "E9:K9" and Put the Value in Cell "T9". Then Carry on Using the Same 6 Numbers in Cells "M9:R9" But Match with Cells "E10:K10" and Put the Value in Cell "T10". Then Coninue this Process Until it Runs Out of Numbers in the Range "E9:K1009". Then Repeat the Above Process with the Numbers in Cells "M10:R10", and Put the Value in Cell "U9", "U10", "U11" etc, then Use the Numbers in Cells "M11:R11", and Put the Value in Cell "V9", "V10", "V11" etc, Until there are NO More numbers to Check in Cells "M9:R109". I Know it Probably Needs Something Like 2 Loops, and Using Cell Offset to the Right for Producing the Results. So the First Set of 6 Numbers Results will go from "T9: Whatever", the Second Set of 6 Numbers Results will go from Cells "U9: Whatever", the Third Set of 6 Numbers Results will go from Cells "V9: Whatever" etc. Any Help will be Greatly Appreciated. Thanks in Advance. All the Best Paul *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why are my numbers disappearing in excel yet it totals them? | Excel Worksheet Functions | |||
compare 2 columns of numbers and place the matched numbers in a 3r | Excel Discussion (Misc queries) | |||
Matching numbers in an Array and returning values for matched numb | Excel Discussion (Misc queries) | |||
turn the letters N and Y into numbers just for totals | Excel Worksheet Functions | |||
incorrect totals using rounded numbers | Excel Discussion (Misc queries) |