A
Andrew Clark
Hello,
I have values that I would like to look up on different sheets rather
than the same one, so I can't use vlooup(). So far I have been defining
named ranges, but my formula is getting too long. Here is what I do:
SUM(IF(ISERROR(VLOOKUP($A3,mar_03_batting,COLUMN(C$1)-1,FALSE)),0,VLOOKUP
($A3,mar_03_batting,COLUMN(C$1)-1,FALSE)),...
Basically, see if the name can be found on the sheet, and if it can, add
the vlookup'ed value in. On another note, why is vlookup() designed to
return an error rather than a number?? That's my number 1 hated
"feature" of excel.
Thanks,
Andrew
I have values that I would like to look up on different sheets rather
than the same one, so I can't use vlooup(). So far I have been defining
named ranges, but my formula is getting too long. Here is what I do:
SUM(IF(ISERROR(VLOOKUP($A3,mar_03_batting,COLUMN(C$1)-1,FALSE)),0,VLOOKUP
($A3,mar_03_batting,COLUMN(C$1)-1,FALSE)),...
Basically, see if the name can be found on the sheet, and if it can, add
the vlookup'ed value in. On another note, why is vlookup() designed to
return an error rather than a number?? That's my number 1 hated
"feature" of excel.
Thanks,
Andrew