Thursday, 5 April 2018

[LibreOffice Calc] ERR:502 in vlookup (sverweis)

Make sure that the referenced column is not outside the defined area. hlookup/wverweis probably analogous.

No comments:

Post a Comment

[git] Create a local branch from another branch

From the active branch git checkout -b <LOCAL_BRANCH> From a donator branch git checkout -b <LOCAL_BRANCH> <DONATING_BRANCH...