close

Here is the formula I am trying to use on a worksheet called Reports.

=SUMPRODUCT(('Mamp;I'!A3:A18=Data!E2)*('Mamp;I'!B3:B20=R eports!B19)*'Mamp;I'!E3:E36)

Data Key:

(Array1)
'Mamp;I'!A3:A18=column of dates
Data!E2=Today()

(Array2)
'Mamp;I'!B3:B20=column of customer names
Reports!B19=list box where the users can select a customer name

'Mamp;I'!E3:E36=I want to total this column based on the criteria matched
by the arrays.

An example would be
where (date=1/13/06 and customer=ME) amount=$100.00

Thanks in advance!

Robert Palmer
Sr. Systems Specialist
VECTORsgi, INCYour arrays must be the same size to use SUMPRODUCT. Though each of
the three starts on the same row they all end at different rows
indicating that some are longer than the others.

- John MichlJohn,

Thank you so much! That was the issue. When selecting my ranges I
just grabbed a few cells from each row that I needed.

Robert

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()