HI,
So this works
If I add this
=IFERROR(VLOOKUP($H$3:$H$300, Formulas!$B$2:$Z$288,18,0),"")+('Pay (2)'!AH2)
I also tried something like this, but couldn't get it so I don't get any errors on return.
So this works
=IFERROR(VLOOKUP($H$3:$H$300, Formulas!$B$2:$Z$288,18,0),"")
If I add this
+('Pay (2)'!AH2) Then in returns #Value . I just need to add that cell on another sheet
=IFERROR(VLOOKUP($H$3:$H$300, Formulas!$B$2:$Z$288,18,0),"")+('Pay (2)'!AH2)
I also tried something like this, but couldn't get it so I don't get any errors on return.
=IFERROR(VLOOKUP($H$3:$H$300, Formulas!$B$2:$Z$288,18,0),"")+
IFERROR(VLOOKUP($H$3:$H$300,
'Pay (2)'!
$B$2:$Z$288,33,0"")
But get error any suggestions?
But get error any suggestions?