Hello All,
I have a working formula but would like to add in: If the cell is blank then write in "NoGroups"
Example: Result in Z2
And brings me up the result I need but would like to add NoGoups to cell Z2
I thought of
But this dosent work, Can you help?
I have a working formula but would like to add in: If the cell is blank then write in "NoGroups"
Example: Result in Z2
Code:
=CONCATENATE(O2,P2,Q2,R2,S2,T2,U2,V2,W2,X2,Y2)
And brings me up the result I need but would like to add NoGoups to cell Z2
I thought of
Code:
IF(ISBLANK(Z2),"No Group"),(CONCATENATE(O2,P2,Q2,R2,S2,T2,U2,V2,W2,X2,Y2)))
But this dosent work, Can you help?
Last edited: