Get_Involved
Active Member
- Joined
- Jan 26, 2007
- Messages
- 383
I am trying to combine this formula
With this Formula
This is one of the several ways I have tried.
I have gotten two different answers, (1, and 60), the answer should be 720
I know what cell to put it in, I just can't rework the formula the correctly.
Any help will be appreciated, Thank You.
Code:
=IFERROR(1/1*(IF(D32=1,'Hours Of Service'!E4,IF(D32=2,'Hours Of Service'!N4,"")*1)),"")
With this Formula
Code:
=INDEX(E11:E18454,MATCH(TRUE,(D10:D18454>='Pre Trip Bid Summary'!I24),0))*60
This is one of the several ways I have tried.
I have gotten two different answers, (1, and 60), the answer should be 720
Code:
=IFERROR(1/1,IF(D32=1,INDEX('Hours Of Service'!E11:E18454,MATCH(TRUE,('Hours Of Service'!D10:D18454>=I24),0))))
I know what cell to put it in, I just can't rework the formula the correctly.
Any help will be appreciated, Thank You.