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
=IF(OR(D8="T1", D8="T2", D8="T3"), "PSC-L-"&TEXT(ROWS($1:1),"0000"),"")
here you can see the alphanumeric code is slightly different(PSC-S, to PSC-L) if i want to choose these items from the drop down list.
I have also created multiple worksheets, and would like the increment to continue over the other worksheets
Can anyone please help with how i can combine or add these formulas.
Thank you.
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
=IF(OR(D8="T1", D8="T2", D8="T3"), "PSC-L-"&TEXT(ROWS($1:1),"0000"),"")
here you can see the alphanumeric code is slightly different(PSC-S, to PSC-L) if i want to choose these items from the drop down list.
I have also created multiple worksheets, and would like the increment to continue over the other worksheets
Can anyone please help with how i can combine or add these formulas.
Thank you.