View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sherlockgr sherlockgr is offline
external usenet poster
 
Posts: 3
Default How to return mulitple values based on the contents of another cel

For example cell A1 could contain values of 1 through 50.
If the Value is 1, 4, 7, 10 I want to return the value of A in cell A2
If the Value is 2, 5, 8, 11 I want to return the value of B in cell A2
If the Value is 3, 6,9, 12 I want to return the value of C in cell A2

Thanks for your help!