S
Sombra
I have a table where some items have a value in a certain column and
some don’t. Is there a function (Vlookup?) I could use to get the
correct value also to the empty rows in the table? I know how to do
this using IF-function if I sort the items according to their ID, but I
would really appreciate it if someone knows a way to do this without
sorting.
Item-ID Value Desired result
1 100
2 200
2 200 200
3 300 300
1 100 100
1 100
3 300
4 400 400
Thanks,
-Sombra
some don’t. Is there a function (Vlookup?) I could use to get the
correct value also to the empty rows in the table? I know how to do
this using IF-function if I sort the items according to their ID, but I
would really appreciate it if someone knows a way to do this without
sorting.
Item-ID Value Desired result
1 100
2 200
2 200 200
3 300 300
1 100 100
1 100
3 300
4 400 400
Thanks,
-Sombra