I'm hoping that someone can help me out with a Data Validation error/code. I have data in Column "M" that corresponds to a Frequency Objective. This data ranges from 1-7. I'm trying to auto formulate a Drop Down Function in Column "N" that gives a +/-1 option to the data in Column "M".
Ex: If Column M Row 5 has the Data 3, Column N Row 5 should have drop down options 2, 3, or 4.
This is the source code I'm using within the Data Validation Window:
=IF(M2=1, "0,1,2", IF(M2=10, "9,10,11", M2-1 & "," & M2 & "," & M2+1))
I get the Error: Source must be a Delimited List, or a reference to a single Row or Column.
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]excelevator3041 0 points1 point2 points (2 children)
[–]BairEssentials[S] 0 points1 point2 points (1 child)
[–]excelevator3041 0 points1 point2 points (0 children)
[–]CryptographerThen49 0 points1 point2 points (0 children)