thenapolitan
Board Regular
- Joined
- Sep 5, 2014
- Messages
- 52
Hey All,
I've been reading articles on mrexcel.com for quite some time, but only now am not able to come up with an answer to my question. Not sure if there is a post for this, but curious if someone could help.
Right now I am using =SUMPRODUCT(--(B5:B25>E5:E25)) to return a count when B5:B25>E5:E25. This works great.
I had to convert the columns into rows and the data is set up strangely. I can rearrange the data if necessary, but I need all the data to be in the same row.
So, I tried =SUMPRODUCT(--((J3,L3,N3,P3,R3,T3,V3,X3,Z3,AB3)>(K3,M3,O3,Q3,S3,U3,W3,Y3,AA3,AC3))) - (can you see that the data is discontinuous?) To me, this makes two arrays with 10 items each for comparison, but that is not working.
Any ideas on how to set up something the same as =SUMPRODUCT(--(B5:B25>E5:E25)) but in rows with items that I select manually?
Thanks for any feedback you could give me.
Cheers,
Chris
I've been reading articles on mrexcel.com for quite some time, but only now am not able to come up with an answer to my question. Not sure if there is a post for this, but curious if someone could help.
Right now I am using =SUMPRODUCT(--(B5:B25>E5:E25)) to return a count when B5:B25>E5:E25. This works great.
I had to convert the columns into rows and the data is set up strangely. I can rearrange the data if necessary, but I need all the data to be in the same row.
So, I tried =SUMPRODUCT(--((J3,L3,N3,P3,R3,T3,V3,X3,Z3,AB3)>(K3,M3,O3,Q3,S3,U3,W3,Y3,AA3,AC3))) - (can you see that the data is discontinuous?) To me, this makes two arrays with 10 items each for comparison, but that is not working.
Any ideas on how to set up something the same as =SUMPRODUCT(--(B5:B25>E5:E25)) but in rows with items that I select manually?
Thanks for any feedback you could give me.
Cheers,
Chris