So, received a bunch of help in my other thread on how to set up some formulas to only look and count certain values that we use for tracking maintenance performed at our Job Sites. The only issues i have left is when tracking 200 and 2000.
So, i have the one formula that successfully sees when i enter 200
=SUM(IF(H3:H4825="Job Site 1",IF(ISNUMBER(MATCH(IF(MID(K3:K4825,4,1)="0","###",LEFT(K3:K325,3)),{"200"},0)),1)))
and i have one for 2000
=SUMPRODUCT(--(H3:H325="Job Site 1"),--(LEFT(K3:K325,4)="2000"))
The issue i have is when i enter 2000, the current way i HAVE to enter 2000 first, ie "2000hr/batteries", if i type 400/2000 it won't see the 2000 to count/track it. I'll keep playing with it, but if anyone has a solution that would be awesome, thanks
So, i have the one formula that successfully sees when i enter 200
=SUM(IF(H3:H4825="Job Site 1",IF(ISNUMBER(MATCH(IF(MID(K3:K4825,4,1)="0","###",LEFT(K3:K325,3)),{"200"},0)),1)))
and i have one for 2000
=SUMPRODUCT(--(H3:H325="Job Site 1"),--(LEFT(K3:K325,4)="2000"))
The issue i have is when i enter 2000, the current way i HAVE to enter 2000 first, ie "2000hr/batteries", if i type 400/2000 it won't see the 2000 to count/track it. I'll keep playing with it, but if anyone has a solution that would be awesome, thanks