I'm trying to grab the last cell value with a number in it from a column with a bunch of text as well. So by searching the internet I came up with
=VLOOKUP(9.9999999E+307,C:C,1)
Where C is the column I'm searching in. I know there's 3 cells that it should be skipping with text in them, then a whole bunch of blank ones, then it should find and return me a number. But instead it just says false! I think all my arguments are filled in the formula so I have no idea.
Any ideas?
=VLOOKUP(9.9999999E+307,C:C,1)
Where C is the column I'm searching in. I know there's 3 cells that it should be skipping with text in them, then a whole bunch of blank ones, then it should find and return me a number. But instead it just says false! I think all my arguments are filled in the formula so I have no idea.
Any ideas?