CONCATENATE (Part If Blank)

Status
Not open for further replies.

Yacov

New Member
Joined
Aug 13, 2018
Messages
6
Hi.

I'm making codes and descriptions for a list of products, the code and description is based on the product details (detailed in the following columns).

Im using the CONCATENATE formula, the problem is some of the columns are not required for every item, but if I leave it blank the answer shows #N/A.

Using =IFS(ISBLANK worked for the negative, but I need something for the positive.


https://www.mrexcel.com/forum/excel...a-oposit-isblank-post5123578.html#post5123578
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
have you tried using the & method?
Code:
= A1 & B1 & C1
 
Upvote 0
Part of the code is standared, not depending on the details. See the formula.

=CONCATENATE("DOJ.",D9,E9,".",(IFS(C9="Top","T",C9="Bottom","BO",C9="Rail","R",C9="Gable","G",C9="Shelve","S",C9="Back","BA",C9="Panel","P")),(IFS(F9="F/F","F",F9="U/O","O",F9="D/P","D")),G9,)

The problem is when one of the cells has not got any info.
 
Upvote 0
Hi,

Perhaps if you show some sample data of the various scenarios and desired results, we can try to help.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,214,830
Messages
6,121,835
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top