Thread: =IF ..OR.. =IF
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
yovation yovation is offline
external usenet poster
 
Posts: 18
Default =IF ..OR.. =IF

Thank you.

=IF(A1="G","G",IF(A1="J", "J","ERROR"))

works great.

David