If index #1 is
Closed
laithis
-
Mar 14, 2010 at 07:39 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 15, 2010 at 09:52 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 15, 2010 at 09:52 AM
Related:
- If index #1 is
- Fnaf 1 download pc - Download - Horror
- Tentacle locker 1 - Download - Adult games
- Fnia 1 - Download - Adult games
- Igi 1 download - Download - Shooters
- Poppy playtime chapter 1 download pc - Download - Horror
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 15, 2010 at 09:52 AM
Mar 15, 2010 at 09:52 AM
Well i am relieved to know that it was only the proverbial wall and not the real one :P~
now to the side business of code, the general idea would be
=IF(AND(A1="machine 1",B1="chamber A"),1,IF(AND(A1="machine 2",B1="Chamber A"),1.02,IF(AND(A1="machine 3",B1="Chamber A"),1.04,IF(AND(A1="machine 1",B1="chamber B"),1,IF(AND(A1="machine 2",B1="Chamber B"),1.02,IF(AND(A1="machine 3",B1="Chamber B"),1.04,"end of rainbow"))))))
However beside a nightmare to understand, there cannot be more than 7 nested IF. So how many "IFs" are we talking about here. If upto 7, this will work other wise you have to resort of function
now to the side business of code, the general idea would be
=IF(AND(A1="machine 1",B1="chamber A"),1,IF(AND(A1="machine 2",B1="Chamber A"),1.02,IF(AND(A1="machine 3",B1="Chamber A"),1.04,IF(AND(A1="machine 1",B1="chamber B"),1,IF(AND(A1="machine 2",B1="Chamber B"),1.02,IF(AND(A1="machine 3",B1="Chamber B"),1.04,"end of rainbow"))))))
However beside a nightmare to understand, there cannot be more than 7 nested IF. So how many "IFs" are we talking about here. If upto 7, this will work other wise you have to resort of function