E
ecoswiss
I want to do a formula where if say:
value = can be any thing of length 1 for example A, B, C, 2, !
I want to filter that
if value is an alphabet (A-Z) then populate that
else if value is something else then populate with 0
How do i do this in vbscript? is there a function? or do i have to do
multiple if else statments? for all alphabets?
Thanks,
Swiss
value = can be any thing of length 1 for example A, B, C, 2, !
I want to filter that
if value is an alphabet (A-Z) then populate that
else if value is something else then populate with 0
How do i do this in vbscript? is there a function? or do i have to do
multiple if else statments? for all alphabets?
Thanks,
Swiss