View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] djgrzel@gmail.com is offline
external usenet poster
 
Posts: 1
Default problem with 'IF'

How can I create in Excel function like this:

IF (C1 == "7-14"){
cout << "7";
}
else if (C1 == "8-20"){
cout << "12";
}