Formula returns error with second modification

Papi

Well-known Member
Joined
May 22, 2007
Messages
1,592
The first formula worked fine. When adding the text ''Order '' (rearranged to accommodate new layout) in front each of the second option us a message returns an error. If I strip away the text "Order ", from the formula it works fine. Any ideas why this happens this way and what may be needed to fix it?

Also, when I used the code tabs the error message in MrExcel stated the tag has to be at least 3 characters long. It did however show the tags working in the preview but not once the "Submit New Thread" was clicked.

=IF(B3="",CONCATENATE(C3," - ",TEXT(TODAY(),"mmd")),IF(C3="",CONCATENATE(B3," - ",TEXT(TODAY(),"mmd")),IF(B3=C3,CONCATENATE(B3," - ",TEXT(TODAY(),"mmd")),CONCATENATE(B3," - ",C3," - ",TEXT(TODAY(),"mmd")))))

=IF(B2="",CONCATENATE("Order ",A2," ",C2," - ",TEXT(TODAY(),"mmd")),IF(C2="",CONCATENATE("Order ",A2," ",B2," - ",TEXT(TODAY(),"mmd")),IF(B2=C2,CONCATENATE("Order ",A2," ",B2," - ",TEXT(TODAY(),"mmd")),CONCATENATE("Order ",A2," ",B2," ~ ",C2," - ",TEXT(TODAY(),"mmd")))))
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
NO Need to reply as the manager said to skip the Order as it can be assumed. Sorry to bother you folks.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,098
Messages
6,128,812
Members
449,468
Latest member
AGreen17

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