#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 148
Default Function Lookup

=IF(Routing_Count_04072010!A:A = "COB",Routing_Count_04072010!B:B,0)

I can use the above as long as the fields do not change and it works
perfectly. When the field moved on the new sheet. I still get a return of
True and a value of 23. Which is correct; however, it show final result as 0.

Is there another function I should be using.

Basic Idea is if it finds the value of COB in Column A. It will return the
Amount listed in Column B from the same Row.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 834
Default Function Lookup

Try

=IF(ISNUMBER(MATCH("COB",Routing_Count_04072010!A: A,0)),INDEX(B:B,MATCH("COB",Routing_Count_04072010 !A:A,0)),0)

--

HTH

Bob

"Heather" wrote in message
...
=IF(Routing_Count_04072010!A:A = "COB",Routing_Count_04072010!B:B,0)

I can use the above as long as the fields do not change and it works
perfectly. When the field moved on the new sheet. I still get a return
of
True and a value of 23. Which is correct; however, it show final result
as 0.

Is there another function I should be using.

Basic Idea is if it finds the value of COB in Column A. It will return
the
Amount listed in Column B from the same Row.

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 148
Default Function Lookup

It worked once I added

IF(ISNUMBER(MATCH("COB",Routing_Count_04072010!A:A ,0)),INDEX(Routing_Count_04072010!B:B,MATCH("COB", Routing_Count_04072010!A:A,0)),0)


Thanks
"Bob Phillips" wrote:

Try

=IF(ISNUMBER(MATCH("COB",Routing_Count_04072010!A: A,0)),INDEX(B:B,MATCH("COB",Routing_Count_04072010 !A:A,0)),0)

--

HTH

Bob

"Heather" wrote in message
...
=IF(Routing_Count_04072010!A:A = "COB",Routing_Count_04072010!B:B,0)

I can use the above as long as the fields do not change and it works
perfectly. When the field moved on the new sheet. I still get a return
of
True and a value of 23. Which is correct; however, it show final result
as 0.

Is there another function I should be using.

Basic Idea is if it finds the value of COB in Column A. It will return
the
Amount listed in Column B from the same Row.

Thanks



.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 834
Default Function Lookup

Silly omission on my part, glad you were able to work with it.

--

HTH

Bob

"Heather" wrote in message
...
It worked once I added

IF(ISNUMBER(MATCH("COB",Routing_Count_04072010!A:A ,0)),INDEX(Routing_Count_04072010!B:B,MATCH("COB", Routing_Count_04072010!A:A,0)),0)


Thanks
"Bob Phillips" wrote:

Try

=IF(ISNUMBER(MATCH("COB",Routing_Count_04072010!A: A,0)),INDEX(B:B,MATCH("COB",Routing_Count_04072010 !A:A,0)),0)

--

HTH

Bob

"Heather" wrote in message
...
=IF(Routing_Count_04072010!A:A = "COB",Routing_Count_04072010!B:B,0)

I can use the above as long as the fields do not change and it works
perfectly. When the field moved on the new sheet. I still get a
return
of
True and a value of 23. Which is correct; however, it show final
result
as 0.

Is there another function I should be using.

Basic Idea is if it finds the value of COB in Column A. It will return
the
Amount listed in Column B from the same Row.

Thanks



.



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
Combining Lookup function and Sum function Cameron Excel Worksheet Functions 2 July 13th 09 02:19 AM
LOOKUP FUNCTION? (LOOKUP VALUE BEING A TIME RENERATED FROM A FORMU JCC Excel Discussion (Misc queries) 5 June 26th 09 09:15 PM
Excel Data Validation/Lookup function does function correcty Kirkey Excel Worksheet Functions 2 May 25th 09 09:22 PM
how to combine an IF Function with a lookup function to determine [email protected] Excel Worksheet Functions 1 December 5th 06 06:09 AM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM


All times are GMT +1. The time now is 04:01 AM.

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

About Us

"It's about Microsoft Excel"