J
Joe Gieder
First off let me appologize for the lengthy topic and
thank you for the help.
I have these formulas:
Initiates first:
=IF(ROW(2:2)<=ROUND(0.75*COUNT('Priced BOM'!
$T$3:$T$63),0),LARGE('Priced BOM'!$T$3:$T$63,ROW(1:1)),"")
gets extended cost
Initiates second:
=IF(F51="","",OFFSET('Priced BOM'!$T$3,MATCH(F51,'Priced
BOM'!$T$3:$T$63,0)-1,-9,1,1))
gets part number
and the results I get are:
Part Number Qty Nomenclature & Unit Cost Ext Cost
column "F"
PFSC35-38ASEB 4 DZUS FASTENER $4.25 $17.00
CM-SCE-1/4-4H-9 10 MARKER,CABLE $1.62 $16.20
NAS1473C3 1 NUTPLATE $2.60 $15.60
MS21059L4K 7 NUTPLATE $0.90 $15.30
MS25274-3 2 END CAP, $0.40 $15.20
MS27039-4-14 7 SCREW $0.11 $15.07
MS24693C28 8 SCREW $0.03 $15.00
MS24693C28 8 SCREW $0.03 $15.00
MS24693C28 8 SCREW $0.03 $15.00
NAS1149CN816R 8 WASHER $0.25 $12.50
NAS1149CN816R 8 WASHER $0.25 $12.50
MS21044N06 4 NUT $0.10 $10.00
MS21044N06 4 NUT $0.10 $10.00
The problem I have is that if the extended is the same
for several different part numbers I always get the first
match. Is there a way if the extended cost is the same
for several different part numbers I can get all the
different ones and not always have the same? I know with
Match and using 0 it finds the first one that's an exact
match and stops there, not what I need. I can't sort my
source information because I'm always adding to it. Is
there any hope.
Thanks in advance for your help
Joe
thank you for the help.
I have these formulas:
Initiates first:
=IF(ROW(2:2)<=ROUND(0.75*COUNT('Priced BOM'!
$T$3:$T$63),0),LARGE('Priced BOM'!$T$3:$T$63,ROW(1:1)),"")
gets extended cost
Initiates second:
=IF(F51="","",OFFSET('Priced BOM'!$T$3,MATCH(F51,'Priced
BOM'!$T$3:$T$63,0)-1,-9,1,1))
gets part number
and the results I get are:
Part Number Qty Nomenclature & Unit Cost Ext Cost
column "F"
PFSC35-38ASEB 4 DZUS FASTENER $4.25 $17.00
CM-SCE-1/4-4H-9 10 MARKER,CABLE $1.62 $16.20
NAS1473C3 1 NUTPLATE $2.60 $15.60
MS21059L4K 7 NUTPLATE $0.90 $15.30
MS25274-3 2 END CAP, $0.40 $15.20
MS27039-4-14 7 SCREW $0.11 $15.07
MS24693C28 8 SCREW $0.03 $15.00
MS24693C28 8 SCREW $0.03 $15.00
MS24693C28 8 SCREW $0.03 $15.00
NAS1149CN816R 8 WASHER $0.25 $12.50
NAS1149CN816R 8 WASHER $0.25 $12.50
MS21044N06 4 NUT $0.10 $10.00
MS21044N06 4 NUT $0.10 $10.00
The problem I have is that if the extended is the same
for several different part numbers I always get the first
match. Is there a way if the extended cost is the same
for several different part numbers I can get all the
different ones and not always have the same? I know with
Match and using 0 it finds the first one that's an exact
match and stops there, not what I need. I can't sort my
source information because I'm always adding to it. Is
there any hope.
Thanks in advance for your help
Joe