View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default more than 4 if functions?

Hi Joy,

Your specs are incomplete. What if A1=29 and B1 is not 17?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Joy" wrote in message ...
|I have 2 colums of numbers and I need to find out this criteria. Do I use
| the If function?
|
| A129 and B117 = 1
| A129 and B1<17 = 2
| A1<29 and B117 = 3
| A1<29 and B1<17 = 4
| A1=29 and B1=17 = 5
| --
| Thanks, Joy