#1   Report Post  
Armando Martellini
 
Posts: n/a
Default formula

i have this chart:
column A column B columnn C
unit# dept# new#
7112 101 725
7112 102 726
7112 103 727
7112 104 728
7112 105 729
7112 106 730
7113 101 311
7113 102 312
7113 103 313
7113 104 314
7113 105 315
7113 106 316
6880 101 725
6880 102 312
6880 103 313
6880 104 314
6880 105 729
6880 106 730
on sheet2, i have a combination of numbers of col A and B (e.g. 6880 101) i
need a formula that based on this "combination" returns the value that is in
column C. is it possible? thanks in advance
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

As long as the column C values are numeric:

=SUMPRODUCT(--(Sheet1!A1:A1000=6800),--(Sheet1!B1:B1000=101),
Sheet1!C1:C1000)


In article ,
Armando Martellini
wrote:

i have this chart:
column A column B columnn C
unit# dept# new#
7112 101 725
7112 102 726
7112 103 727
7112 104 728
7112 105 729
7112 106 730
7113 101 311
7113 102 312
7113 103 313
7113 104 314
7113 105 315
7113 106 316
6880 101 725
6880 102 312
6880 103 313
6880 104 314
6880 105 729
6880 106 730
on sheet2, i have a combination of numbers of col A and B (e.g. 6880 101) i
need a formula that based on this "combination" returns the value that is in
column C. is it possible? thanks in advance

  #3   Report Post  
Armando Martellini
 
Posts: n/a
Default

JE, thanks alot, a little change in your formula and it woorked great

"JE McGimpsey" wrote:

One way:

As long as the column C values are numeric:

=SUMPRODUCT(--(Sheet1!A1:A1000=6800),--(Sheet1!B1:B1000=101),
Sheet1!C1:C1000)


In article ,
Armando Martellini
wrote:

i have this chart:
column A column B columnn C
unit# dept# new#
7112 101 725
7112 102 726
7112 103 727
7112 104 728
7112 105 729
7112 106 730
7113 101 311
7113 102 312
7113 103 313
7113 104 314
7113 105 315
7113 106 316
6880 101 725
6880 102 312
6880 103 313
6880 104 314
6880 105 729
6880 106 730
on sheet2, i have a combination of numbers of col A and B (e.g. 6880 101) i
need a formula that based on this "combination" returns the value that is in
column C. is it possible? thanks in advance


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
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
put formula results into a different cell if it is empty PutFormula Excel Worksheet Functions 2 February 11th 05 03:31 AM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 10:09 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"