Johnny Thunder
Well-known Member
- Joined
- Apr 9, 2010
- Messages
- 693
- Office Version
- 2016
- Platform
- MacOS
Hello All,
I have a formula that looks at 3 different sheets to validate if the value is in a range but I need help updating or using another method to enter the forumla.
Here is what I got so far but its not all the way there.
Formula: =IF(COUNTIF('Drama & Comedy'!$J$7:$L$33,"*"&E2&"*")>0=TRUE,"Backlog",IF(COUNTIF('Unscripted, Film, Kids'!$J$7:$L$33,"*"&E2&"*")>0=TRUE,"Backlog",IF(COUNTIF(Oprah!$J$7:$L$33,"*"&E2&"*")>0=TRUE,"Backlog","Grid")))
The jist of what is needed that is missing from the formula, is for each Countif that looks at different sheets, if the value is completely missing, mark it with "Not Available", If it is in range J7:L33 then "Backlog", if it is in range N7:T33 then "Grid".
I don't know how to enter the piece about "Not available" or how to modify what I currently have to suit.
Any help is appreciated. Also, the formula can't be an array formula since users won't be interacting with that sheet. Its something that I am flagging on the back end of the spreadsheet.
I have a formula that looks at 3 different sheets to validate if the value is in a range but I need help updating or using another method to enter the forumla.
Here is what I got so far but its not all the way there.
Formula: =IF(COUNTIF('Drama & Comedy'!$J$7:$L$33,"*"&E2&"*")>0=TRUE,"Backlog",IF(COUNTIF('Unscripted, Film, Kids'!$J$7:$L$33,"*"&E2&"*")>0=TRUE,"Backlog",IF(COUNTIF(Oprah!$J$7:$L$33,"*"&E2&"*")>0=TRUE,"Backlog","Grid")))
The jist of what is needed that is missing from the formula, is for each Countif that looks at different sheets, if the value is completely missing, mark it with "Not Available", If it is in range J7:L33 then "Backlog", if it is in range N7:T33 then "Grid".
I don't know how to enter the piece about "Not available" or how to modify what I currently have to suit.
Any help is appreciated. Also, the formula can't be an array formula since users won't be interacting with that sheet. Its something that I am flagging on the back end of the spreadsheet.