how do I have multiple if functions all in one cell?
i.e:- =if(and(this cell equals this and this cell equals this display = "","")
=if(and(this cell equals this and this cell equals this display = "","")
=if(and(this cell equals this and this cell equals this display = "","")
=if(and(this cell equals this and this cell equals this display = "","")
Is this possible, if so how many can I have in one cell? I am creating a BlackJack Strategy spreadsheet which for example:
When Ten and two is pressed for your cards
and Ten is pressed for the dealers card the function would be
=if(and(C1=10,B1=2,C3=10),"HIT","")
Obviously I need to repeat this function hundreds of times for different card Hand Combinations against the Dealer, is there anyway of doing this?
i.e:- =if(and(this cell equals this and this cell equals this display = "","")
=if(and(this cell equals this and this cell equals this display = "","")
=if(and(this cell equals this and this cell equals this display = "","")
=if(and(this cell equals this and this cell equals this display = "","")
Is this possible, if so how many can I have in one cell? I am creating a BlackJack Strategy spreadsheet which for example:
When Ten and two is pressed for your cards
and Ten is pressed for the dealers card the function would be
=if(and(C1=10,B1=2,C3=10),"HIT","")
Obviously I need to repeat this function hundreds of times for different card Hand Combinations against the Dealer, is there anyway of doing this?