MrExcel Message Board

Go Back   MrExcel Message Board > Question Forums > Excel Questions

Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only.

Reply
 
Thread Tools Display Modes
Old May 10th, 2002, 09:48 AM   #1
Shane
Board Regular
 
Join Date: Apr 2002
Location: Dublin, Ireland
Posts: 51
Default

Hi there!

I have three worksheets for my golf sociey:
Outing1
Outing2
Outing3
Each worksheet contains points won by each player in each event. On worksheet "Outing3", I want to lookup the points accumulated by each player to dat. This I can do.

My problem is where a player played in outing1 but missed outing2. The lookup in outing3 will return the result "#N/A" as it finds nothing in worksheet "outing2".

Where the lookup finds "#N/A", I need it to lookup the previous outing to search for a result. How do I do this? I imagine it uses a coctail of "if", "vlookup" and "isnumber" statements.

Note that although I've used 3 workbooks for illustration, the actual file contains worksheets for 7 outings.

Thanks for any help you can give!
Shane is offline   Reply With Quote
Old May 10th, 2002, 10:04 AM   #2
Anne Troy
MrExcel MVP
 
Anne Troy's Avatar
 
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,510
Default

Just before your vlookup, do this IF

=If(ISNA(VLOOKUPFORMULA),True,VLOOKUPFORMULA)

True = What you want it to do if it IS returning #N/A
__________________
~Anne Troy
Anne Troy is offline   Reply With Quote
Old May 10th, 2002, 10:12 AM   #3
Aladin Akyurek
MrExcel MVP
 
Aladin Akyurek's Avatar
 
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
Default

Quote:
On 2002-05-10 08:48, Shane wrote:
Hi there!

I have three worksheets for my golf sociey:
Outing1
Outing2
Outing3
Each worksheet contains points won by each player in each event. On worksheet "Outing3", I want to lookup the points accumulated by each player to dat. This I can do.

My problem is where a player played in outing1 but missed outing2. The lookup in outing3 will return the result "#N/A" as it finds nothing in worksheet "outing2".

Where the lookup finds "#N/A", I need it to lookup the previous outing to search for a result. How do I do this? I imagine it uses a coctail of "if", "vlookup" and "isnumber" statements.

Note that although I've used 3 workbooks for illustration, the actual file contains worksheets for 7 outings.

Thanks for any help you can give!
Where the lookup finds "#N/A", I need it to lookup the previous outing to search for a result. How do I do this?

This is a bit unclear (to me). It looks like you're looking for a value in the latest "Outing" first. If that's not successfull,then you want to look in the one before the latest. Any comments?
Aladin Akyurek is offline   Reply With Quote
Old May 12th, 2002, 04:57 AM   #4
Shane
Board Regular
 
Join Date: Apr 2002
Location: Dublin, Ireland
Posts: 51
Default

Aladin, your interpretation is exactly correct (sorry if I was not clear enough).

Dreamboat, I'm going to check out your suggestion now...
Shane is offline   Reply With Quote
Old May 12th, 2002, 05:12 AM   #5
Shane
Board Regular
 
Join Date: Apr 2002
Location: Dublin, Ireland
Posts: 51
Default

Dreamboat, your solution works like a dream (excuse the sad pun!) for the 3 outings noted in my query.

To finish this solution off, you'll remember I mentioned that there are in fact 7 outings in total. In the worksheet for outing7, I'll need your formula to refernce back to the previous outing, moving back as far as outing1 where "#N/A" is returned in later outings.

How would you propose I structure your formula to accommodate these additional lookups?

Thanks!
Shane is offline   Reply With Quote
Old May 12th, 2002, 08:42 AM   #6
Aladin Akyurek
MrExcel MVP
 
Aladin Akyurek's Avatar
 
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
Default

Quote:
On 2002-05-12 04:12, Shane wrote:
Dreamboat, your solution works like a dream (excuse the sad pun!) for the 3 outings noted in my query.

To finish this solution off, you'll remember I mentioned that there are in fact 7 outings in total. In the worksheet for outing7, I'll need your formula to refernce back to the previous outing, moving back as far as outing1 where "#N/A" is returned in later outings.

How would you propose I structure your formula to accommodate these additional lookups?

Thanks!
I don't belive that would be doable, given at least 7 lookup tables that you have to consider.

Probably a VBA code that goes thru all your tables would be more effective.

A possible formula-based approach consists of naming all tables one by one like Outing1, Outing2, etc.

In an Overview sheet you might consider a layout as shown in the figure below:

Microsoft Excel - aaIterativeLookup Shane.xls
File(F) Edit(E) View(V) Insert(I) Options(O) Tools(T) Data(D) Window(W) Help(H)
A1=Player
*ABCDEFG
1PlayerLatest ScoreOuting5Outing4Outing3Outing2Outing1
2john:alert('{=IF(COUNT(C2:G2),OFFSET(C2,0,MIN(IF(ISNUMBER(C2:G2)*COLUMN(C2:G2),ISNUMBER(C2:G2)*COLUMN(C2:G2)) )-3,1,1),"")}')>10:alert('=VLOOKUP($A2,INDIRECT(C$1),2,0)')>10:alert('=VLOOKUP($A2,INDIRECT(D$1),2,0)')>#N/A:alert('=VLOOKUP($A2,INDIRECT(E$1),2,0)')>8:alert('=VLOOKUP($A2,INDIRECT(F$1),2,0)')>12:alert('=VLOOKUP($A2,INDIRECT(G$1),2,0)')>6
3eric:alert('{=IF(COUNT(C3:G3),OFFSET(C3,0,MIN(IF(ISNUMBER(C3:G3)*COLUMN(C3:G3),ISNUMBER(C3:G3)*COLUMN(C3:G3)) )-3,1,1),"")}')>9:alert('=VLOOKUP($A3,INDIRECT(C$1),2,0)')>#N/A:alert('=VLOOKUP($A3,INDIRECT(D$1),2,0)')>9:alert('=VLOOKUP($A3,INDIRECT(E$1),2,0)')>12:alert('=VLOOKUP($A3,INDIRECT(F$1),2,0)')>#N/A:alert('=VLOOKUP($A3,INDIRECT(G$1),2,0)')>9
4damon:alert('{=IF(COUNT(C4:G4),OFFSET(C4,0,MIN(IF(ISNUMBER(C4:G4)*COLUMN(C4:G4),ISNUMBER(C4:G4)*COLUMN(C4:G4)) )-3,1,1),"")}')>5:alert('=VLOOKUP($A4,INDIRECT(C$1),2,0)')>#N/A:alert('=VLOOKUP($A4,INDIRECT(D$1),2,0)')>5:alert('=VLOOKUP($A4,INDIRECT(E$1),2,0)')>10:alert('=VLOOKUP($A4,INDIRECT(F$1),2,0)')>7:alert('=VLOOKUP($A4,INDIRECT(G$1),2,0)')>5
5aladin:alert('{=IF(COUNT(C5:G5),OFFSET(C5,0,MIN(IF(ISNUMBER(C5:G5)*COLUMN(C5:G5),ISNUMBER(C5:G5)*COLUMN(C5:G5)) )-3,1,1),"")}')>*:alert('=VLOOKUP($A5,INDIRECT(C$1),2,0)')>#N/A:alert('=VLOOKUP($A5,INDIRECT(D$1),2,0)')>#N/A:alert('=VLOOKUP($A5,INDIRECT(E$1),2,0)')>#N/A:alert('=VLOOKUP($A5,INDIRECT(F$1),2,0)')>#N/A:alert('=VLOOKUP($A5,INDIRECT(G$1),2,0)')>#N/A
Overview

You can see the formula of cells only click each above hyperlinks

The above image was automatically written by HtmlMakerVer1.12
If you want this code, click here and Colo will email the file to you.


You can hide the colored columns.

B2 houses the following array-formula which is copied downwards:

=IF(COUNT(C2:G2),OFFSET(C2,0,MIN(IF(ISNUMBER(C2:G2)*COLUMN(C2:G2),ISNUMBER(C2:G2)*COLUMN(C2:G2)))-3,1,1),"")

C2 houses a VLOOKUP formula which is copied across then down:

=VLOOKUP($A2,INDIRECT(C$1),2,0)

C1 to G1 houses the table names from the latest to the earliest.

Aladin
Aladin Akyurek is offline   Reply With Quote
Old May 13th, 2002, 04:34 AM   #7
Shane
Board Regular
 
Join Date: Apr 2002
Location: Dublin, Ireland
Posts: 51
Default

My workbook is fully functional now. Thanks very much guys!
Shane is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 10:49 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
All contents Copyright 1998-2012 by MrExcel Consulting.
diabetic desserts recipes recipes Diabetic Soups Holiday Pizza Recipes Popcorn Recipes Recipes For Microwave Pasta Recipes Casserole Recipes Chili Recipes Curry Recipes Crockpot Recipes Apples Recipes Bread Recipes Vegetarian Recipes Vegetable recipes Desserts Recipes Appetizers Ethnic Recipes Meat Dishes Barbecue Recipes Sauces Recipes Marinade Recipes Low Fat Recipes Frugal Gourmet Kitchen Classics Recipes On The Grill Cook Books Seafood Recipes Cajun Recipes Breads Low Fat Low Fat Breads Bread Machine Recipes Yeast Breads Quick Breads Fat Free Vegetarian Salad Recipes Eggplant Recipes Radish Recipes Tomato Recipes Jalapeno Recipes Potato Recipes Lettuce Recipes Cabbage Recipes Beans Ambrosia Recipes Biscotti Recipes Desserts Low Fat Cookie Recipes Cheesecake Recipes Cake Recipes Pie Recipes Muffin Recipes Custard Recipes Best Appetizers Appetizers Low Fat Salsa Recipes Dip Recipes International Recipes Afghan Recipes Alaska Recipes French Recipes German Recipes Greek Recipes Italian Recipes Spanish Recipes Thai Recipes Korean Recipes Chinese Recipes Mexican Recipes Indian Recipes Beef Recipes Pork Pork & Ham Pork Butts Pork Chop Recipes Pork Ribs Rulled Pork Poultry Recipes Stews Recipes Ground Beef Barbecue Grill Barbecue Smoker All Purpose Sauce BBQ Sauce Barbecue Sauce Carolina BBQ Sauce Pickle Recipes Marinades Smoking Low Fat Appetizers & Dips Low Fat Breakfast Low Fat Cakes Low Fat Cheesecakes Low Fat Cookies Low Fat Desserts Low Fat Fish & Seafood Low Fat Meats Low Fat Pasta Low Fat Pies Low Fat Salads Low Fat Sandwiches Low Fat Sauces & Condiments Low Fat Sides Low Fat Soups Low Fat Vegetarian Baker's Dozen Taste of Home Recipe Book Bon Appetit Cookbook Blacktie Cookbook Buster Cook Book Cookbook USA Cook Book Cook Book Sara's Cookbook Sara's Cookbook Appetizers and Dips Poultry recipes Diabetic recipes Holiday recipes Miscellaneous recipes 110 recipes 1986 Usenet cookbook 2900 recipes Cyberrealm recipes Great sysops of world Specialty recipes Ceideburg recipes Cheese recipes Chili recipes Fruits recipes Garlic recipes Great chefs of NY Londontowne recipes Raisins recipes Recipes for kids US Food Vegetarian recipes Bread recipes Drinks Meat Dishes Brisket recipes Caribou recipes Chicken recipes Filet mignons recipes Pork recipes Swordfish recipes Turkey recipes Pasta recipes Uncategorized recipes Ethnic recipes Canada recipes English recipes Ethiopia recipes Germany recipes Greece recipes Mexican recipes Philippines recipes Welsh recipes Microwave recipes Soups recipes Vegetable recipes Asparagus recipes Barley recipes Brown rice recipes Lentil recipes Mushrooms recipes Salads recipes Wild rice Desserts recipes Cakes recipes Chocolate recipes Cookies recipes Ice cream recipes