Advertisement
Guest User

New Sum of Client Hours

a guest
May 28th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let
  2. (
  3. [
  4. _client1 = If ( Client Module 1 = "1" ; Client Hours 1 );
  5. _client2 = If ( Client Module 2 = "1" ; Client Hours 2 );
  6. _client3 = If ( Client Module 3 = "1" ; Client Hours 3 );
  7. _client4 = If ( Client Module 4 = "1" ; Client Hours 4 );
  8. _client5 = If ( Client Module 5 = "1" ; Client Hours 5 );
  9. _client6 = If ( Client Module 6 = "1" ; Client Hours 6 );
  10. _client7 = If ( Client Module 7 = "1" ; Client Hours 7 );
  11. _client8 = If ( Client Module 8 = "1" ; Client Hours 8 )
  12. ] ;
  13. Sum ( _client1 ; _client2 ; _client3 ; _client4 ; _client5 ; _client6 ; _client7 ; _client8 )
  14. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement