I don't know much about how to write VBA code but I had a situation I wanted a statement to appear if certain counties were in AR. I had the states in column W17:W130 and the counties X17:X130 on the spreadsheet.
Function ArkansasWind(myRange As Range) As String
Dim i As Long
Dim...