Monday, September 26, 2016

[Solved] Data Validation From Drop-Down List Fails

Data Validation From Drop-Down List Fails

I want to insert a numeric value in a cell, based upon the value from a drop-down list in another cell.
I created and named an array of three name values (X, Y, Z) with three corresponding numeric values (1, 2, 3).
I then created a drop-down list in a
cell based on the named values in the array.
So far, so good.  Drop-down works.  I then used the =LOOKUP(lookup_value, array) function in another cell to lookup the displayed value in the cell with the drop-down list and display the corresponding numeric value.

When the 'X' value is selected from the drop-down, it displays the numeric value corresponding to the 'Z' value.
When the 'Y' value is selected from the drop-down, it displays the correct corresponding value.
When the 'Z' value is selected from the drop-down, it displays the error '#N/A'

By reversing the order of the numeric values in the array, where X=3 and Z=1,

When the 'X' value is selected from the drop-down, it displays the correct corresponding value.
When the 'Y' value is selected from the drop-down, it displays the correct corresponding value.
When the 'Z' value is selected from the drop-down, it still displays the error '#N/A'

Why does the numeric displayed value get reversed from the list order and why doesn't the numeric value corresponding to the named value in the last row of the array (Z) continue to display the above error?

Thanks for any help you can provide!!

John

Anwsers to the Problem Data Validation From Drop-Down List Fails

Download Error Fixer (Free)

I'd hazard a guess that your core issue is because you are not using an exact match and your array is unsorted.
Try VLOOKUP set for an exact match, indicatively something like this:
=VLOOKUP(B2,Lookup!$B$10:$C$12,2,0)
The zero* in the VLOOKUP is the setting for an exact match
*or FALSE

Cleaning your computer, components, and peripherals help keep everything in good working condition and helps prevent germs from spreading. You can't image how dirty the inside of your computer case can get. All the dust and dirt is going to prevent proper air flow and may even prevent the fan from working.

Recommended Method to Fix the Problem: Data Validation From Drop-Down List Fails:

How to Fix Data Validation From Drop-Down List Fails with SmartPCFixer?

1. Click the button to download SmartPCFixer . Install it on your system.  Open it, and it will perform a scan for your system. The errors will be shown in the scan result.

2. After the scan is finished, you can see the errors and problems need to be repaired. Click Fix All.

3. When the Fixing part is finished, your computer has been speeded up and the errors have been fixed


Related: How to Update & Download NVidia GeForce 6100/nForce 420 WHQL Certified driver v.178.13,How to Update & Download NVidia GeForce 7600 GS Video Driver v.295.75 Certified,How Can I Update & Download NVidia GeForce 820M Driver v.344.48 WHQL,[Solved] Download NVidia GeForce GTX 560M VGA Driver v.296.17 Certified,Way to Update & Herunterladen NVidia GeForce GT 130M Video Treiber v.295.75 Certified,How to Update & Download SONY SVE14A1X1RH Realtek Ethernet Driver,Where to Download SONY SVS13A2W9ES Bluetooth Driver (Intel) v.2.6 - 2.6.23.40059,Best Way to Update & Download SONY VGN-CR203E Conexant HDAUDIO SoftV92 Data Fax Modem with SmartCP Setup Program v.7.62.0.50 driver,Best Way to Download SONY VGN-FE790G/N Wireless LAN Driver v.10.6.0.29,Method to Update & Download SONY VGN-NR31Z/S Firmware Extension Parser Device v.8.0.2.3,How to Fix Error 0x0000c1f5 SoluciĆ³n?,Error 0x80071a91 Win7 Fix Patch,Error 0x800ccc60 Windows Live Mail [Solved],Error Message 0x800ccc79 Outlook 2000 Fix,What is Error 0xc1ab0001?,[Answered] x64 saplugin dll,How to Fix Problem - Kb943729 Download?,Troubleshooting: Bccode D1 Error,Java Runtime Tech Support,Troubleshooting: ERROR NO SUCH GROUP Error
Read More: Troubleshooting:Custom format for assigning decimal to imported text,Troubleshoot:Deleted the Snipping Tool Error,Troubleshooting:deleting browsing history - Addresses from history still showing in Address bar,[Anwsered] desktop internet shortcuts don't work after installing IE8,How Can I Fix - Desperate: page number updating?

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.