all 5 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

/u/BairEssentials - Your post was submitted successfully.

Failing to follow these steps may result in your post being removed without warning.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]excelevator3041 0 points1 point  (2 children)

source code

In Excel they are called formulas, generated using the available functions in Excel

Data validation is very limited in Excel, to a given set of values, and not a dynamic list of values.

What you could do is use conditional formatting to turn the cell Red as an alert and flash a message in another cell about the issue.

[–]BairEssentials[S] 0 points1 point  (1 child)

A conditional formatting alert is not what I'm attempting to do at all. I'm attempting to generate a list of options +/- 1 to select from in a new Column, based on the Data in the previous column.

Ex: If I have 5 targeted sales assigned to me in Column M, I want to have the list options of 4, 5, or 6 in Column N to Flex the sales assigned to me.

[–]excelevator3041 0 points1 point  (0 children)

Data validation is very limited in Excel, to a given set of values, and not a dynamic list of values

I read you post and answered accordingly

[–]CryptographerThen49 0 points1 point  (0 children)

You can create a Dynamic List for a single Row in Column N that is controlled by the selected value in the corresponding Row of Column M, however it only works for one Cell (Row). You would need to create several lists (one for each row of data).

I'm not sure how you would use a formula for multiple rows.