Hello,
I'm trying to figure our this formula and need some help. I'm not sure if someone on this discussion board would be willing to have a meeting but that would be even better to help me. I want the formula to be; If this other referenced sheet has this number, in this column and this cell of this row in this column has this word. If i select the specific cell for the other sheet it works but if i select the whole column to search it does not work. I want it to pull the data no matter what cell the number is put in and word cell so i don't have to manual select that cell each time. Automation to report to other sheets essentially. See examples below and thank you for your help.
Specific Cell Formula that works
=IF(AND({V-22 Mod WIP Range 6} = 168675, HAS({V-22 Mod WIP Range 7}, "TCAS A2")), "In Work", "")
Column Formula that does not work and meets my intent
=IF(AND({V-22 Mod WIP Range 1} = 168675, {V-22 Mod WIP Range 2} = "LSPR A2C", "In Work", ""))