Forum Discussion
Ernst Rinville
Dec 06, 2017Copper Contributor
Hello
I have this excel formula that works in most cases:
= IF(ISNUMBER(MATCH($F5,txdata!$M:$M,0)),SUMIFS(txdata!$Y:$Y,txdata!$M:$M,$F5,txdata!$AB:$AB,"=A*"),0)
however, once in a while in would give m...
Detlef_Lewin
Dec 07, 2017Silver Contributor
Ernst,
you probably deleted those columns.