Hi all,
I'm having a problem repeating/adding this formula in the same cell with another condition.
=IF(OR(D8="S1", D8="S2", D8="S3"), "PSC-S-"&TEXT(ROWS($1:1),"0000"),"")
D8 is a drop down list with different items.
I want to plus the above formula with the one below in the same cell...