So I have the following problem:
I want to make an enormous sheet with a lot of VLOOKUP. However I don't want to change the last number in said VLOOKUP.
An exsample:
VLOOKUP($B25;Sheet2.$A$(§:G$G$90;2)
If I want to drag that now to the right it should look like this:
VLOOKUP($B25;Sheet2.$A$(§:G$G$90;3)
Is there any faster way to do that other then by changing the 2 to 3 in hundreds of cells?
[Solved] I need help with VLOOKUP
[Solved] I need help with VLOOKUP
Last edited by MrProgrammer on Tue Jan 03, 2023 7:09 pm, edited 1 time in total.
Reason: Tagged ✓ [Solved] -- MrProgrammer, forum moderator
Reason: Tagged ✓ [Solved] -- MrProgrammer, forum moderator
OpenOffice 4.1.12 in Windows 10
Re: I need help with VLOOKUP
VLOOKUP($B25;Sheet2.$A$(§:G$G$90;2)
If I want to drag that now to the right it should look like this:
VLOOKUP($B25;Sheet2.$A$(§:G$G$90;3)
What is that § sign in the function??? And what is single the parenthese (without a pair) before it???
Please upload a real ODF file here with working sample formula inside.
Last edited by Zizi64 on Mon Dec 26, 2022 11:08 am, edited 1 time in total.
Tibor Kovacs, Hungary; LO7.5.8/25.8.5.2 /Win7-10-11 x64Prof.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
Re: I need help with VLOOKUP
You can use helper cells...:
(And use the 4th parameter - with zero value - for the unsorted tables.)
(And use the 4th parameter - with zero value - for the unsorted tables.)
Tibor Kovacs, Hungary; LO7.5.8/25.8.5.2 /Win7-10-11 x64Prof.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.