Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a data table that has dates in column A and names in column B. If I
wanted to determine how many transactions an employee completed within a given period, I'd use an array formula: "=Sum(($A:$A=StartDate)*($A:$A<=EndDate)*($B:$B=E mployee)). However I want to have a userform with a combo box for start date, another for end date, another for employee. Then I want a label to display the number of transactions the same as the Excel formula above. How can I code vba to compute this? Thanks, Sam |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Age computation | Excel Programming | |||
percentage computation | Excel Discussion (Misc queries) | |||
Date Computation | Excel Programming | |||
computation error | Excel Discussion (Misc queries) | |||
Rew Macro For Computation | Excel Programming |