Link data validation drop down to alter a value in another cell

Paulo H

Board Regular
Joined
Jun 10, 2020
Messages
106
Office Version
  1. 2016
Platform
  1. Windows
Hi

I have created a dropdown box via data validation which works well
I am trying to work out if ther is away of linking a value to this that be will alter a cell

eg A column contains the value of “potential”orders which I mark as pending. However if the deal doesn’t come off I mark it as “unsuccessful”

what i wish to do is link this as a zero value to the cell on that row that is in the value column which thus will take it off the sum total of that column

ie cell “M23” has value of£100 when marked as “potential” but makes it zero when marked as “unsuccessful’

feel I should not how to do this!
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Do you mean M23 shows the value of A23 unless you change the drop down to unsuccessful?
 
Upvote 0
Yes if dropdown was insuccessful then M23 = 0. Guess A23 would need to be made 0 too?
 
Upvote 0
You would not be able to change col A if it's a value. What column is the drop down in?
 
Upvote 0
Ok, how about
Excel Formula:
=IF(O23="unsuccessful",0,A23)
 
Upvote 0
1613129111869.png



1613129183807.png


1613129270827.png

hI
Above shows what I am trying to achieve when the dropdown changes to Not successful the amount in value Column M changes to £0.00
 
Upvote 0
From those images it looks like you mean the value in col K not M, so just put the formula in col K
 
Upvote 0

Forum statistics

Threads
1,214,605
Messages
6,120,476
Members
448,967
Latest member
visheshkotha

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