R
RG
This is a tough one i think
been trying to use sum product but have not been able to get it to work
=SUMPRODUCT(--(Sheet1!A3:A6500=Mon!E7:E100),--(Sheet1!D36500=Mon!K7:K100),--(Mon!F7:F100>=Sheet1!E3:E6500),--(Mon!F7:F100<=Sheet1!F3:F6500),--(Sheet1!B3:B6500=Report!B7))
this is basically matching up criteria that is in one range of cells with
criteria in the other ranges of cells in multiple instances. if all five
conditions are met, it would equal 1
Sheet1 columns A,B,D,E,F
A.Range of dates, B. range of Names, D. range of random numbers, E. range
oftime in, F. range of time
Mon Columns E,F,K
E. range of dates, F. Range of dates K.range of random numbers
Report
name here needs to be found in sheet 1 in the range of names
if everything matches at least once it should equal 1. if it matches more
then obviously it would equal 2
been trying to use sum product but have not been able to get it to work
=SUMPRODUCT(--(Sheet1!A3:A6500=Mon!E7:E100),--(Sheet1!D36500=Mon!K7:K100),--(Mon!F7:F100>=Sheet1!E3:E6500),--(Mon!F7:F100<=Sheet1!F3:F6500),--(Sheet1!B3:B6500=Report!B7))
this is basically matching up criteria that is in one range of cells with
criteria in the other ranges of cells in multiple instances. if all five
conditions are met, it would equal 1
Sheet1 columns A,B,D,E,F
A.Range of dates, B. range of Names, D. range of random numbers, E. range
oftime in, F. range of time
Mon Columns E,F,K
E. range of dates, F. Range of dates K.range of random numbers
Report
name here needs to be found in sheet 1 in the range of names
if everything matches at least once it should equal 1. if it matches more
then obviously it would equal 2