1

I have google spreadsheet, that in first sheet I have a BIG table with datas of many people (players).

Normal spreadsheet

VLOOKUP formula for D10 is like this: =VLOOKUP(B1;bielak3!A:G;3;false)

Data in table in columns C-M are from other sheets using a VLOOKUP function. But I want to sort that data by a columns, but inside that table only. Table have 100 rows.

I'm using filter from above menu and I try to filter my table. This is result:

Corrupted table

Now mostly vlookup formulas are changed! VLOOKUP formula is now like this: =VLOOKUP({};bielak3!A:G;3;false)

There in no B1 reference, but there is {}. WHY?

Oddly is, that it isn't in every rows... some vlookup formulas are incorrupted.

Have somebody any explanation of this situation? Why I have characters "{}" instead of B1 reference?

4

1 回答 1

0

尝试绝对范围,通过添加美元,

 =VLOOKUP($B$1.......) 
于 2014-02-06T14:58:14.430 回答