Complicated formula giving "#value" and "You've entered too many arguments for this function"

Status
Not open for further replies.

aerospace1

New Member
Joined
Jun 21, 2019
Messages
6
Hello, I am trying to figure out why Excel is giving me errors about the new formulas that I am creating. I have an original formula that works and gives me updates:
=IF($B$3="(All)",CONCATENATE("Code ",$B$2," - Top Skills & Retirement Eligibility as of "&'Date for Charts'!C1),CONCATENATE("Code ",$B$3," - Top Skills & Retirement Eligibility as of "&'Date for Charts'!C1))


I am trying to also add $B$4 on to it as well. I've tried multiple ways of doing this and it is either saying "#value" or "You've entered too many arguments for this function". Down below would be the multiple ways that I have done it and gave me the errors stated previously:

=OR(IF($B$3="(All)",CONCATENATE("Code ",$B$2," - Top Skills & Retirement Eligibility as of "&'Date for Charts'!C1),CONCATENATE("Code ",$B$3," - Top Skills & Retirement Eligibility as of "&'Date for Charts'!C1)),IF($B$4="(All)",CONCATENATE("Code ",$B$2," - Top Skills & Retirement Eligibility as of "&'Date for Charts'!C1),CONCATENATE("Code ",$B$4," - Top Skills & Retirement Eligibility as of "&'Date for Charts'!C1)))

=IF(OR($B$3,$B$4)="(All)",CONCATENATE("Code ",$B$2," - Top Skills & Retirement Eligibility as of "&'Date for Charts'!C1),CONCATENATE("Code ",OR($B$3,$B$4)," - Top Skills & Retirement Eligibility as of "&'Date for Charts'!C1))


Is there a way to include $B$4? This formula is to populate a chart title that I created. For example, I am working with 2 slicers that changes the title of the graph based on what I have selected. I am also trying to include a 3rd slicer (that is where $B$4 comes into play) to work with in the title. Any solutions?
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Duplicate: https://www.mrexcel.com/forum/excel-questions/1101804-complicated-formula-giving.html

Please do not post the same question multiple times. All clarifications, follow-ups, and bumps should be posted back to the original thread. Per forum rules, posts of a duplicate nature will be locked or deleted (rule 12 here: Forum Rules).
Note that sometimes posts from new users require Moderator approval before you can see them on the public forums. When this happens, you should see a message to that effect when you try to post it. Please be patient and do not attempt to post the question again.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,213,539
Messages
6,114,221
Members
448,554
Latest member
Gleisner2

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