Data Validation List

nrguerrieri

New Member
Joined
May 10, 2018
Messages
39
Office Version
  1. 365
I have this cell that I am creating a drop down list. The list contains two numbers that are cells on another tab. When I select the two different cells and separate them with a comma, it says there is an error and we cant use reference arrays. (P.S The two cells that are numbers are a total sum of other cells).

Anyway to fix this?

Thanks,
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Are the cells adjacent, say in A1 and A2? If so, just use this formula:

=Sheet2!A1:A2

If they're not, say A1 and D3, then find a 2-cell range somewhere like Z1:Z2, and put

Z1: =A1
Z2: =D3

in those cells, then use =Sheet2!Z1:Z2 as your DV list formula.
 
Upvote 0
Solution
Are the cells adjacent, say in A1 and A2? If so, just use this formula:

=Sheet2!A1:A2

If they're not, say A1 and D3, then find a 2-cell range somewhere like Z1:Z2, and put

Z1: =A1
Z2: =D3

in those cells, then use =Sheet2!Z1:Z2 as your DV list formula.
Hello,

Thanks for the reply. They are not adjacent. It is B19 and D19
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,817
Members
449,049
Latest member
cybersurfer5000

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