Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Dim Fx As String
  2. Dim Gx As String
  3.  
  4. ActiveCell.FormulaArray = "=INDEX(B.xlsx!Tabla1[Time],MATCH(1,(B.xlsx!Tabla1[Operation]=$R$1)*(B.xlsx!Tabla1[C1]=""MATERIAL A"")*(B.xlsx!Tabla1[C2]=""" & Fx & """)*(B.xlsx!Tabla1[C3]=""" & Gx & """),0))"
  5.  
  6. ActiveCell.FormulaArray = "=INDEX(B.xlsx!Tabla1[Time],MATCH(1,(B.xlsx!Tabla1[Operation]=$R$1)*(B.xlsx!Tabla1[C1]=""MATERIAL A"")*(B.xlsx!Tabla1[C2]=""" & Fx & """)*(B.xlsx!Tabla1[C3]=""" & Gx & """)*(B.xlsx!Tabla1[C4]="">8ml""),0))"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement