Hi,
And here is the formula approach assuming your data is in the range A1:E6000
with titles on the first row and in the following order:
Person Division Factor District Result
In G1 I put the data validation drop down with the different Divisions, here
I have picked Florida.
G H I J ....
Florida
District Factor JM PQ
1 Sales 6 10
1 Profit 4 4
2 Sales 6 7
2 Profit 7 6
The title district is in cell G3 in the above layout. JM and PQ are two
salepersons, more would go to the right.
The formula in I4 is
=SUMPRODUCT(--($B$2:$B$6000=$G$1),--($C$2:$C$6000=$H4),--($D$2:$D$6000=$G4),--($A$2:$A$6000=I$3),$E$2:$E$6000)
This formula can be copied down and over as far as you need it.
--
If this helps, please click the Yes button
Cheers,
Shane Devenshire
"liem" wrote:
> Because I have to set up the validation list of 8 divisions , so the user
> pick Florida division it will show the format cross tab
> Division validation list
> Factor District saleman 1 saleman 2 saleman 3 saleman 4 saleman 5------
> to 20
> Sales R Y G G Y
> R
> Profit Y G R Y R
> R
> GP% Y R Y R R
> R
>
> I have 20 factors and R/Y/R is the rating Red/Yellow/Green to indicated
> they do a good job or bad job for each month.
> Pivot table will not easy to set up on the location and format
> thanks
> liem
>
> "Fred Smith" wrote:
>
> > The best advice is to use a pivot table. Why don't you want to?
> >
> > Regards,
> > Fred.
> >
> > "liem" <(E-Mail Removed)> wrote in message
> > news:F43E8354-4BDE-413E-AE66-(E-Mail Removed)...
> > >I do not want to use Pivot function
> > > I have a table of 5000 row with five column
> > >
> > > Division District Salesman Factor result
> > >
> > > If I want to recap the result by Saleman by District by division what is
> > > the
> > > easy way to turn data to cross tabs .
> > > How can i turn these data to Cross tab with the user be able pick a
> > > Division-district it will show
> > >
> > > Factor John Jeff Robin Diane Howard Scott ------------more salesman
> > > sales R R G Y G G
> > > profit G Y Y Y Y Y
> > > GP% Y Y R R R R
> > >
> > > --
> > > thanks
> > > liem
> >
> >
|