ArPharazon
Board Regular
- Joined
- May 3, 2004
- Messages
- 51
- Office Version
- 2016
- 2013
- 2007
- Platform
- Windows
I hope I can explain this well. In a nutshell, what I'm trying to do here is: Use D1 #1 & B4 #2 on the first sheet (first image) as references to see if #2 exists in the second sheet (second image), in the relevant row (Row 6 in this case, up to 167 columns I6:FW6) and return an "X" to D4 #3
There are many more blank columns on the first sheet and I'm certain I'll have to copy the formula over to each column, reset the values, etc).
@JamesCanale provided a great formula for finding a specific string within a range of horizontal cells with this formula, and I feel like something similar may be needed, but probably needs to be more complex.
There are many more blank columns on the first sheet and I'm certain I'll have to copy the formula over to each column, reset the values, etc).
@JamesCanale provided a great formula for finding a specific string within a range of horizontal cells with this formula, and I feel like something similar may be needed, but probably needs to be more complex.
Range | Formula | |
---|---|---|
Cell Formulas | ||
M2:M10 | M2 | =IF(LEFT(INDEX(B2:K2,1,COUNTA(B2:K2)),7)="Network",INDEX(B2:K2,1,COUNTA(B2:K2)),"not found") |