cristopulo
New Member
- Joined
- Aug 12, 2015
- Messages
- 14
Hello,
I am trying to use an If then Statement so that if certain text is selected in a data validation dropdown a certain value or formula is output.
The output I use is just as an example. I have just not been able to get it to read the If statement.
Sub Sheet2()
If Range("B11").Value = "ESB 63" Then
Range("C8").Value = "COOL"
End If
End Sub
Thanks,
Chris
I am trying to use an If then Statement so that if certain text is selected in a data validation dropdown a certain value or formula is output.
The output I use is just as an example. I have just not been able to get it to read the If statement.
Sub Sheet2()
If Range("B11").Value = "ESB 63" Then
Range("C8").Value = "COOL"
End If
End Sub
Thanks,
Chris