Hi Everyone
I need a script to replace the '08-05 TO 08-11' with an input box. I need the user to define which pay period they are wanting to lookup and then place that formula into cell D2.
=IFERROR(VLOOKUP(C2,'08-05 TO 08-11'!$C:$Q,2,0),"")
Thanks
I need a script to replace the '08-05 TO 08-11' with an input box. I need the user to define which pay period they are wanting to lookup and then place that formula into cell D2.
=IFERROR(VLOOKUP(C2,'08-05 TO 08-11'!$C:$Q,2,0),"")
Thanks