jcaptchaos2
Well-known Member
- Joined
- Sep 24, 2002
- Messages
- 1,032
- Office Version
- 365
- Platform
- Windows
Hello,
I need to add more to this if statement and it is telling me to many arguments. I need to add
is there another way to do it.
To this
I need to add more to this if statement and it is telling me to many arguments. I need to add
Code:
IF(VLOOKUP(I28,R$11:S$13,2,FALSE)="",0
To this
Code:
=ROUND(IF(VLOOKUP(I28,R$11:S$13,2,FALSE)="no",IF(E28=0,0,IF(C28=0,0,MOD(L28-K28,1)-IF(F28>359,0.020833333333,0)))-H28/60/24,IF(VLOOKUP(I28,R$11:S$13,2,FALSE)="yes",IF(E28=0,0,IF(C28=0,0,MOD(L28-K28,1)-IF(F28>359,0.020833333333,0)))-(H28/60/24)+0.0208333333333,IF(VLOOKUP(I28,R$11:S$13,2,FALSE)="yes all",IF(E28=0,0,IF(C28=0,0,MOD(L28-K28,1)-IF(F28>359,0.020833333333,0)))-(H28/60/24))))*96-"0:48",0)/96