Hi All,
I have a formula which i want to remove from my sheet and place in a userform so it is only active when a command button is pressed.
The formula is:
=IFERROR(IF((INDEX(FIPCDNumber1,MATCH(PID,PIDFIP2,0)))=0,"",(INDEX(FIPCDNumber1,MATCH(PID,PIDFIP2,0)))),"")
Big thanks for any help you...