KayWill

New Member
Joined
Jan 22, 2015
Messages
36
I have a large spread sheet with a ton of data that changes monthly. I created a drop down (data validation) that allow the user to choose which "actions" they want charted. I am using the following to reference the drop down list to a range:

Code:
=IF(ActionList="","",IF(ActionList='Analytics All Mobile App Data E'!A2,'Analytics All Mobile App Data E'!A3:B455,IF(ActionList='Analytics All Mobile App Data E'!C2,'Analytics All Mobile App Data E'!C3:D455,IF(ActionList='Analytics All Mobile App Data E'!E2,'Analytics All Mobile App Data E'!E3:F455,"No Data to Chart"))))

This is not working at all and I've tried researching and not sure what I'm doing wrong. I've used a similar formula to allow the user to choose certain criteria's to produce a set of data in certain ranges with no issue but I can't get the above to work. Can someone please help or direct me where I need to go?
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
I have a large spread sheet with a ton of data that changes monthly. I created a drop down (data validation) that allow the user to choose which "actions" they want charted. I am using the following to reference the drop down list to a range:

Code:
=IF(ActionList="","",IF(ActionList='Analytics All Mobile App Data E'!A2,'Analytics All Mobile App Data E'!A3:B455,IF(ActionList='Analytics All Mobile App Data E'!C2,'Analytics All Mobile App Data E'!C3:D455,IF(ActionList='Analytics All Mobile App Data E'!E2,'Analytics All Mobile App Data E'!E3:F455,"No Data to Chart"))))

This is not working at all and I've tried researching and not sure what I'm doing wrong. I've used a similar formula to allow the user to choose certain criteria's to produce a set of data in certain ranges with no issue but I can't get the above to work. Can someone please help or direct me where I need to go?

I can send a copy of the spreadsheet if needed. Is @STEPHENR or @tzw1378 or @Zack Barresse available to respond or any other person familiar with dynamic charts?
 
Upvote 0

Forum statistics

Threads
1,215,890
Messages
6,127,598
Members
449,387
Latest member
TheTeaTiger

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