conniehong
New Member
- Joined
- Nov 30, 2015
- Messages
- 23
Hi All,
I need your expertise. I have an existing formula (that I did not create) and I want to add in the statement that if cell C6 contains "One Off" that I want the formula to return blank. Can anyone help me out and incorporate this statement into the below formula?
Thanks in advance
=IF(ISERROR(VLOOKUP(SUBSTITUTE(SUBSTITUTE(CONCATENATE(H6,".",I6,".",J6,".",AP6,".",AU6,".",AQ6,".",AR6)," ","_"),"-","_"),Templates!O$24:P$47,2,FALSE))=TRUE,"",(VLOOKUP(SUBSTITUTE(SUBSTITUTE(CONCATENATE(H6,".",I6,".",J6,".",AP6,".",AU6,".",AQ6,".",AR6)," ","_"),"-","_"),Templates!O$24:P$47,2,FALSE)))
I need your expertise. I have an existing formula (that I did not create) and I want to add in the statement that if cell C6 contains "One Off" that I want the formula to return blank. Can anyone help me out and incorporate this statement into the below formula?
Thanks in advance
=IF(ISERROR(VLOOKUP(SUBSTITUTE(SUBSTITUTE(CONCATENATE(H6,".",I6,".",J6,".",AP6,".",AU6,".",AQ6,".",AR6)," ","_"),"-","_"),Templates!O$24:P$47,2,FALSE))=TRUE,"",(VLOOKUP(SUBSTITUTE(SUBSTITUTE(CONCATENATE(H6,".",I6,".",J6,".",AP6,".",AU6,".",AQ6,".",AR6)," ","_"),"-","_"),Templates!O$24:P$47,2,FALSE)))