vlookups

nuozek

New Member
Joined
Mar 18, 2002
Messages
16
Hey there,
Urgh, im REALLY unsure about how to go asking this question! Basically what I want to do is make it so that when a checkbox is clicked it adds the price from a table to a cell I add the function to! I did everything correctly. However when I click my checkbox for it to add the price from my admin area of £99 all it does is say "true" (checked) ####(unchecked) in the cell link, im ALMOST certain my vlookup is right :( perhaps someone knows where I am making a stupid mistake?

Thx alot
Nuozek
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Are you using the CheckBox's value?
True 0r False?
The code to transfer your values should
be placed in the checkbox_change event...
 
Upvote 0
That ##### means FALSE, but the column width is too small for you to see that.

Assuming this linked cell is A1, use this formula:

IF(A1,VLOOKUP(YourVlookUpFormulaHere),"")
 
Upvote 0

Forum statistics

Threads
1,214,601
Messages
6,120,460
Members
448,965
Latest member
grijken

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