IF & CONCATENATE Formulas

TDK86

New Member
Joined
Apr 11, 2013
Messages
6
Guys, need some help with the following formula....

=CONCATENATE(IF('Shed Enquiry - Page 1'!$B$21>0,CONCATENATE('Shed Enquiry - Page 1'!$G$21," x ",'Shed Enquiry - Page 1'!$B$21," [","Motor:"," ",'Shed Enquiry - Page 1'!$E$21,"]"," - ",'Shed Enquiry - Page 1'!$I$21," (",'Shed Enquiry - Page 1'!$K$21,"), "),""),IF('Shed Enquiry - Page 1'!$B$22>0,CONCATENATE('Shed Enquiry - Page 1'!$G$22," x ",'Shed Enquiry - Page 1'!$B$22," [","Motor:"," ",'Shed Enquiry - Page 1'!$E$22,"]"," - ",'Shed Enquiry - Page 1'!$I$22," (",'Shed Enquiry - Page 1'!$K$22,"), "),""),IF('Shed Enquiry - Page 1'!$B$23>0,CONCATENATE('Shed Enquiry - Page 1'!$G$23," x ",'Shed Enquiry - Page 1'!$B$23," [","Motor:"," ",'Shed Enquiry - Page 1'!$E$23,"]"," - ",'Shed Enquiry - Page 1'!$I$23," (",'Shed Enquiry - Page 1'!$K$23,"), "),""),IF('Shed Enquiry - Page 1'!$B$24>0,CONCATENATE('Shed Enquiry - Page 1'!$G$24," x ",'Shed Enquiry - Page 1'!$B$24," [","Motor:"," ",'Shed Enquiry - Page 1'!$E$24,"]"," - ",'Shed Enquiry - Page 1'!$I$24," (",'Shed Enquiry - Page 1'!$K$24,")")," "))

Whilst this forumla works fine, I'm trying to bundle it into a IF argument, but can't seem to get both the True and False parts to work.

In the original CONCATENATE formula, the IF argument false value was "" which is giving me some trouble.

How can i get the above formula to work with an IF argument?
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,195,581
Messages
6,010,574
Members
441,557
Latest member
Jbest23

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
Top