I am currently working with some variable data that requires several sum ifs to get a final workable number.
I can get most of them, but am having trouble selecting only the data that is 13 characters long in Column F.
Below is what I currently have (that works). I assume I need to use LEN for column F, but cannot seem to get it to work correctly.
{=SUM(IF(A:A=$M$2,1,0)*(SUM(IF(B$3:B$65536=$N$2:$T$2,1,0)*(K$3:K$65536)))/SUM(IF(A:A=$M$2,1,0)*SUM(IF(B$3:B$65536=$N$2:$T$2,1,0)*(G$3:G$65536))))}
This is my first post, so let me know if there is more info needed and I will be glad to add, but trying to keep this as short as possible.
Thanks,
I can get most of them, but am having trouble selecting only the data that is 13 characters long in Column F.
Below is what I currently have (that works). I assume I need to use LEN for column F, but cannot seem to get it to work correctly.
{=SUM(IF(A:A=$M$2,1,0)*(SUM(IF(B$3:B$65536=$N$2:$T$2,1,0)*(K$3:K$65536)))/SUM(IF(A:A=$M$2,1,0)*SUM(IF(B$3:B$65536=$N$2:$T$2,1,0)*(G$3:G$65536))))}
This is my first post, so let me know if there is more info needed and I will be glad to add, but trying to keep this as short as possible.
Thanks,