devonknows
New Member
- Joined
- Jan 12, 2011
- Messages
- 33
Hi,
The problem i am facing at the moment is that a report i am using outputs raw data from a program. now i started to create an excel document to pull certain segments of the raw data. It works find up until i try and SUMIFS a time value. Now i know that in order for SUMIF to work u need to set a custom formatting on both the sum total box and the source data but that isnt an option as there will be several hundred different time fields mixed in with texts, percentage etc. P.S. I have also tried VLookup but becuase i need two criteria it wont work.
Now i did try this.
=INDEX('Raw Data'!$H:$H,MATCH(1,('Raw Data'!$A:$A="Total For Agent")*('Raw Data'!$B:$B=ShortID!$D11),0))
Which pulls the data fine but when i pull several rows of data then try and total it by means of SUM it doesnt seem to work.
Anyone got any ideas?
Regards,
Devon
The problem i am facing at the moment is that a report i am using outputs raw data from a program. now i started to create an excel document to pull certain segments of the raw data. It works find up until i try and SUMIFS a time value. Now i know that in order for SUMIF to work u need to set a custom formatting on both the sum total box and the source data but that isnt an option as there will be several hundred different time fields mixed in with texts, percentage etc. P.S. I have also tried VLookup but becuase i need two criteria it wont work.
Now i did try this.
=INDEX('Raw Data'!$H:$H,MATCH(1,('Raw Data'!$A:$A="Total For Agent")*('Raw Data'!$B:$B=ShortID!$D11),0))
Which pulls the data fine but when i pull several rows of data then try and total it by means of SUM it doesnt seem to work.
Anyone got any ideas?
Regards,
Devon