ItalianPlatinum
Well-known Member
- Joined
- Mar 23, 2017
- Messages
- 857
- Office Version
- 365
- 2019
- Platform
- Windows
I am having some difficulty putting an indirect formula to use that I feel should be easy to do. I have in column A my list, and I need to countif a column on the sheet respective to the list. Each sheet is the first character in column A. For example sheet G in my example. The one below is is A6579001, so the formula would need to reference sheet "A." I am attempting to make it dynamic but having trouble. even if I drag my column C down "A3" stays stagnant. So I cannot even succeed breaking this into parts. Any help would be nice I tried looking here Indirect and that kicked me off.
COUNTIFS(G!$D$2:$D$2217,A3,G!$Q$2#,">1") | LEFT(INDIRECT("A3"),1)&"!" | |
List | Formula | Indirect + Left Formula |
G12345678 | 0 | G! |