Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default VLookup - Error Checking

maybe...

=if($a10="","",if(iserror(.....

Then you won't get an error if A10 is empty.

Karin wrote:

I have a workbook that has two tabs. One tab contains the range to look up
from. the other tab is a report with calculations that draws numerical data
from the lookup table based on employee name.

The calculating sheet has multiple columns, four of which look up data, and
several others that calculate from the looked-up data. If I use this:
=IF(ISERROR(VLOOKUP($A10,Week3,3,FALSE)),0,VLOOKUP ($A10,Week3,3,FALSE))
everything is fine, as 0 is put in place of an error code.

However, this leaves me wondering if I have errors, so I changed the 0 to
"CHECK" so I could find problems.

BUT, if I am only on Week1 (of 4 weeks), week 2, 3, 4 have "CHECK" in the
fields as there is no data yet. This then throws all the calculations into
errors.

I'm trying to set this up to be used by multiple people who are not
experienced enough to play with the formulas. That's why the formulas are
already in week2-3-4.

Any suggestions for how to do error checking by week without throwing off
all the calculations?


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Checking SammyB Excel Discussion (Misc queries) 2 June 4th 07 10:48 AM
Error Checking Lost in Microbiology Excel Discussion (Misc queries) 8 May 11th 07 05:36 AM
Background Error Checking davi0226 Excel Discussion (Misc queries) 0 January 2nd 07 08:12 PM
Error Checking for Duplicates in List bman342 Excel Worksheet Functions 2 June 29th 06 11:15 AM
Error Checking mworth01 Excel Discussion (Misc queries) 1 May 18th 06 08:45 PM


All times are GMT +1. The time now is 10:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"