Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
NED NED is offline
external usenet poster
 
Posts: 7
Default i'd like to create a formula

i.m trying to create a formula that will from a list of numbers look uo the
matching number in another list, then goto the second cell of that list and
match up the 2nd cell then return the valve in the 3rd cell

ie
list 1: c123 op.10 2.44 list 2 : c123 op.10
c123 op.20 3.56 c123 op.20
c123 op.30 5.25 c123 op.30

ie: if c123 in list 1 = c123 list 2, & op.10 in list 1 = op.10 list 2,then
return valve in cell 3 ie 2.44
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 430
Default i'd like to create a formula

=IF(LEFT(A1,10)=B1,RIGHT(A1,4),"")

You could put the above formula in column C. This will only work
consitently if the the length of the data in column a and b is conistent.

"NED" wrote:

i.m trying to create a formula that will from a list of numbers look uo the
matching number in another list, then goto the second cell of that list and
match up the 2nd cell then return the valve in the 3rd cell

ie
list 1: c123 op.10 2.44 list 2 : c123 op.10
c123 op.20 3.56 c123 op.20
c123 op.30 5.25 c123 op.30

ie: if c123 in list 1 = c123 list 2, & op.10 in list 1 = op.10 list 2,then
return valve in cell 3 ie 2.44

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
create pivot table formula without the GETPIVOTDATA function ebergkes Excel Discussion (Misc queries) 3 November 11th 05 12:25 AM
create reference formula that looks through all sheets for matchin BMW Excel Worksheet Functions 2 November 4th 05 04:20 PM
How do I create a 26 'tier' IF formula? callum Excel Discussion (Misc queries) 5 October 23rd 05 04:48 PM
How can I create a formula for Salutation cs_vision Excel Discussion (Misc queries) 6 October 8th 05 12:31 AM
How to create specific formula STS Excel Worksheet Functions 4 May 2nd 05 01:44 AM


All times are GMT +1. The time now is 12:50 PM.

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"