View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ipek ipek is offline
external usenet poster
 
Posts: 1
Default writing macro to match the group and age

i am trying to write a macro to match age &group

for example I am 19 and I am in the group 1 so I am trying to write
the macro to give the answer of which group I belong to

group 1:0-20 ages
group 2 :21-30 ages
group 3:31-40 ages
group 4: 41-50 ages

thanks