Multiple IF functions
Closed
panosi
Posts
1
Registration date
Wednesday February 24, 2016
Status
Member
Last seen
February 24, 2016
-
Feb 24, 2016 at 03:18 AM
RayH - Feb 24, 2016 at 02:33 PM
RayH - Feb 24, 2016 at 02:33 PM
Related:
- Multiple IF functions
- Allow multiple downloads chrome - Guide
- How to delete multiple files on mac - Guide
- Photoshop multiple selections - Guide
- Mpc-hc multiple instances - Guide
- Accessor and mutator functions c++ - Guide
1 response
Here is a multiple IF statement.
It may not do EXACTLY what you are intending but it may help you put together that works for you.
It does not use the A2 cell. I didn't know what was in there.
It may not do EXACTLY what you are intending but it may help you put together that works for you.
=IF(COUNTIF(G2:AG2,"Lose")>0,"Lose",IF(AND(COUNTIF(G2:AG2,"Lose")>0,COUNTIF(G2:AG2,"Tie")>0),"Lose",IF(AND(COUNTIF(G2:AG2,"Tie")>0,COUNTIF(G2:AG2,"Lose")=0),"Tie","Win")))
It does not use the A2 cell. I didn't know what was in there.