isn't that just:

=Vlookup("Grand Total",A:D,2,FALSE)

where A:D are the column range of the table, with A being left most...

And 2 indicates that you want to pull from 2nd column (in this case, column B).