View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Glenn Glenn is offline
external usenet poster
 
Posts: 1,240
Default Increase cell B by one for every 3 in cell A up to 50?

Frustrated wrote:
I have nested a IF formula but since i can only nest 7, i need another way to
get the same results but going to 50 in cell A. Can someone help? Here is
my current IF statement.
=IF(P2=3,IF(P2=6,IF(P2=9,IF(P2=12,IF(P2=15,IF (P2=18,IF(P2=21,IF(P2=24,8,"7"),"6"),"5"),"4"), "3"),"2"),"1"),"0")



=INT(P2/3)