ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Please help...I am at work and have a 3pm PST deadline... (https://www.excelbanter.com/excel-discussion-misc-queries/232209-please-help-i-am-work-have-3pm-pst-deadline.html)

conditional format if cell contains word[_2_]

Please help...I am at work and have a 3pm PST deadline...
 
Thank you for reading my post and considering helping me. My name is Matthew
and I work for Border Logistics. My e-mail is

Question:

If sheet 1 is a master list of products that looks like this but much larger:

ITEM NUMBER(A1) DESCRIPTION AVG Wght EST
4263 CHICKEN BREAST 10.0 P-7085
59234 CHICKEN DRUM 10.5 P-72
66850 TURKEY HAM 10 P-210
89222 PEPPERONI SLICED 25.0 13433

Sheet 2 is an order with item codes with a blank description, avg weight,
and EST like this:

Item Code(B7) Description Case Weight EST
143823 (blank) 9 (blank) (blank)
143836 4
143563 2
143875 4
424977 10


Now if the item code on sheet 2 (the order) matches the item code on sheet
1(the master list)

How do I get the description, avg case weight, and EST to fill in
automatically. I understand that this is a lot to ask for, so if anything
then I just need the EST to fill in, my boss said that would be fine for now.
Please help I have an appointment with the USDA and have to have my paperwork
sent off by noon to Canadian Food Inspection Agency. My e-mail is


Thank you in advance,



Matthew Anderson :-)

Jim Thomlinson

Please help...I am at work and have a 3pm PST deadline...
 
Take a look at the Vlookup function. I prefer index/match but Vlookup will
work in a pinch.
--
HTH...

Jim Thomlinson


"conditional format if cell contains word" wrote:

Thank you for reading my post and considering helping me. My name is Matthew
and I work for Border Logistics. My e-mail is

Question:

If sheet 1 is a master list of products that looks like this but much larger:

ITEM NUMBER(A1) DESCRIPTION AVG Wght EST
4263 CHICKEN BREAST 10.0 P-7085
59234 CHICKEN DRUM 10.5 P-72
66850 TURKEY HAM 10 P-210
89222 PEPPERONI SLICED 25.0 13433

Sheet 2 is an order with item codes with a blank description, avg weight,
and EST like this:

Item Code(B7) Description Case Weight EST
143823 (blank) 9 (blank) (blank)
143836 4
143563 2
143875 4
424977 10


Now if the item code on sheet 2 (the order) matches the item code on sheet
1(the master list)

How do I get the description, avg case weight, and EST to fill in
automatically. I understand that this is a lot to ask for, so if anything
then I just need the EST to fill in, my boss said that would be fine for now.
Please help I have an appointment with the USDA and have to have my paperwork
sent off by noon to Canadian Food Inspection Agency. My e-mail is


Thank you in advance,



Matthew Anderson :-)


Don Guillett

Please help...I am at work and have a 3pm PST deadline...
 
I don't see a before/after example. If desired, send your file to my address
below with this msg and a CLEAR explanation of what you need.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"conditional format if cell contains word"
icrosoft.com wrote in
message ...
Thank you for reading my post and considering helping me. My name is
Matthew
and I work for Border Logistics. My e-mail is


Question:

If sheet 1 is a master list of products that looks like this but much
larger:

ITEM NUMBER(A1) DESCRIPTION AVG Wght EST
4263 CHICKEN BREAST 10.0 P-7085
59234 CHICKEN DRUM 10.5 P-72
66850 TURKEY HAM 10 P-210
89222 PEPPERONI SLICED 25.0 13433

Sheet 2 is an order with item codes with a blank description, avg weight,
and EST like this:

Item Code(B7) Description Case Weight EST
143823 (blank) 9 (blank) (blank)
143836 4
143563 2
143875 4
424977 10


Now if the item code on sheet 2 (the order) matches the item code on sheet
1(the master list)

How do I get the description, avg case weight, and EST to fill in
automatically. I understand that this is a lot to ask for, so if anything
then I just need the EST to fill in, my boss said that would be fine for
now.
Please help I have an appointment with the USDA and have to have my
paperwork
sent off by noon to Canadian Food Inspection Agency. My e-mail is


Thank you in advance,



Matthew Anderson :-)



conditional format if cell contains word[_2_]

Please help...I am at work and have a 3pm PST deadline...
 
Sorry jim, I messed around with that earlier and I am not aware of how to
write teh code. Thank you though.

"Jim Thomlinson" wrote:

Take a look at the Vlookup function. I prefer index/match but Vlookup will
work in a pinch.
--
HTH...

Jim Thomlinson


"conditional format if cell contains word" wrote:

Thank you for reading my post and considering helping me. My name is Matthew
and I work for Border Logistics. My e-mail is

Question:

If sheet 1 is a master list of products that looks like this but much larger:

ITEM NUMBER(A1) DESCRIPTION AVG Wght EST
4263 CHICKEN BREAST 10.0 P-7085
59234 CHICKEN DRUM 10.5 P-72
66850 TURKEY HAM 10 P-210
89222 PEPPERONI SLICED 25.0 13433

Sheet 2 is an order with item codes with a blank description, avg weight,
and EST like this:

Item Code(B7) Description Case Weight EST
143823 (blank) 9 (blank) (blank)
143836 4
143563 2
143875 4
424977 10


Now if the item code on sheet 2 (the order) matches the item code on sheet
1(the master list)

How do I get the description, avg case weight, and EST to fill in
automatically. I understand that this is a lot to ask for, so if anything
then I just need the EST to fill in, my boss said that would be fine for now.
Please help I have an appointment with the USDA and have to have my paperwork
sent off by noon to Canadian Food Inspection Agency. My e-mail is


Thank you in advance,



Matthew Anderson :-)


Andy_N1708 via OfficeKB.com

Please help...I am at work and have a 3pm PST deadline...
 
Assuming Itemcode in B7, matches with Itemnumber in A1 (Master list) you can
use a VLOOUP to fill in the information for the rest of the order sheet.

conditional format if cell contains word wrote:
Thank you for reading my post and considering helping me. My name is Matthew
and I work for Border Logistics. My e-mail is

Question:

If sheet 1 is a master list of products that looks like this but much larger:

ITEM NUMBER(A1) DESCRIPTION AVG Wght EST
4263 CHICKEN BREAST 10.0 P-7085
59234 CHICKEN DRUM 10.5 P-72
66850 TURKEY HAM 10 P-210
89222 PEPPERONI SLICED 25.0 13433

Sheet 2 is an order with item codes with a blank description, avg weight,
and EST like this:

Item Code(B7) Description Case Weight EST
143823 (blank) 9 (blank) (blank)
143836 4
143563 2
143875 4
424977 10

Now if the item code on sheet 2 (the order) matches the item code on sheet
1(the master list)

How do I get the description, avg case weight, and EST to fill in
automatically. I understand that this is a lot to ask for, so if anything
then I just need the EST to fill in, my boss said that would be fine for now.
Please help I have an appointment with the USDA and have to have my paperwork
sent off by noon to Canadian Food Inspection Agency. My e-mail is


Thank you in advance,

Matthew Anderson :-)


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200905/1


conditional format if cell contains word[_2_]

Please help...I am at work and have a 3pm PST deadline...
 
Thank you I have tried that, but I cannot get it to work. I am new to going
this advanced into Excel and cannot get it to work. Thank you though

"Andy_N1708 via OfficeKB.com" wrote:

Assuming Itemcode in B7, matches with Itemnumber in A1 (Master list) you can
use a VLOOUP to fill in the information for the rest of the order sheet.

conditional format if cell contains word wrote:
Thank you for reading my post and considering helping me. My name is Matthew
and I work for Border Logistics. My e-mail is

Question:

If sheet 1 is a master list of products that looks like this but much larger:

ITEM NUMBER(A1) DESCRIPTION AVG Wght EST
4263 CHICKEN BREAST 10.0 P-7085
59234 CHICKEN DRUM 10.5 P-72
66850 TURKEY HAM 10 P-210
89222 PEPPERONI SLICED 25.0 13433

Sheet 2 is an order with item codes with a blank description, avg weight,
and EST like this:

Item Code(B7) Description Case Weight EST
143823 (blank) 9 (blank) (blank)
143836 4
143563 2
143875 4
424977 10

Now if the item code on sheet 2 (the order) matches the item code on sheet
1(the master list)

How do I get the description, avg case weight, and EST to fill in
automatically. I understand that this is a lot to ask for, so if anything
then I just need the EST to fill in, my boss said that would be fine for now.
Please help I have an appointment with the USDA and have to have my paperwork
sent off by noon to Canadian Food Inspection Agency. My e-mail is


Thank you in advance,

Matthew Anderson :-)


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200905/1



conditional format if cell contains word[_2_]

Please help...I am at work and have a 3pm PST deadline...
 
What do I put in range look up?

"Andy_N1708 via OfficeKB.com" wrote:

Assuming Itemcode in B7, matches with Itemnumber in A1 (Master list) you can
use a VLOOUP to fill in the information for the rest of the order sheet.

conditional format if cell contains word wrote:
Thank you for reading my post and considering helping me. My name is Matthew
and I work for Border Logistics. My e-mail is

Question:

If sheet 1 is a master list of products that looks like this but much larger:

ITEM NUMBER(A1) DESCRIPTION AVG Wght EST
4263 CHICKEN BREAST 10.0 P-7085
59234 CHICKEN DRUM 10.5 P-72
66850 TURKEY HAM 10 P-210
89222 PEPPERONI SLICED 25.0 13433

Sheet 2 is an order with item codes with a blank description, avg weight,
and EST like this:

Item Code(B7) Description Case Weight EST
143823 (blank) 9 (blank) (blank)
143836 4
143563 2
143875 4
424977 10

Now if the item code on sheet 2 (the order) matches the item code on sheet
1(the master list)

How do I get the description, avg case weight, and EST to fill in
automatically. I understand that this is a lot to ask for, so if anything
then I just need the EST to fill in, my boss said that would be fine for now.
Please help I have an appointment with the USDA and have to have my paperwork
sent off by noon to Canadian Food Inspection Agency. My e-mail is


Thank you in advance,

Matthew Anderson :-)


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200905/1



Andy_N1708 via OfficeKB.com

Please help...I am at work and have a 3pm PST deadline...
 
Matt,

Range look up should be FALSE

conditional format if cell contains word wrote:
What do I put in range look up?

Assuming Itemcode in B7, matches with Itemnumber in A1 (Master list) you can
use a VLOOUP to fill in the information for the rest of the order sheet.

[quoted text clipped - 35 lines]

Matthew Anderson :-)


--
Message posted via http://www.officekb.com


conditional format if cell contains word[_2_]

Please help...I am at work and have a 3pm PST deadline...
 
Thank you, I got it to work, but now the col_index_number keeps changing on
me when I try to copy the formula down...do you know what I am doing wrong?

If its easier please e-mail me at

"Andy_N1708 via OfficeKB.com" wrote:

Matt,

Range look up should be FALSE

conditional format if cell contains word wrote:
What do I put in range look up?

Assuming Itemcode in B7, matches with Itemnumber in A1 (Master list) you can
use a VLOOUP to fill in the information for the rest of the order sheet.

[quoted text clipped - 35 lines]

Matthew Anderson :-)


--
Message posted via
http://www.officekb.com



Don Guillett

Please help...I am at work and have a 3pm PST deadline...
 
OP sent file and I solved with vlookup formulas.
=IF(ISNA(VLOOKUP($B2,'Master List'!$A$2:$D$76,2,0)),"",
VLOOKUP($B2,'Master List'!$A$2:$D$76,3,0)*D2)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Don Guillett" wrote in message
...
I don't see a before/after example. If desired, send your file to my
address below with this msg and a CLEAR explanation of what you need.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"conditional format if cell contains word"
icrosoft.com wrote in
message ...
Thank you for reading my post and considering helping me. My name is
Matthew
and I work for Border Logistics. My e-mail is


Question:

If sheet 1 is a master list of products that looks like this but much
larger:

ITEM NUMBER(A1) DESCRIPTION AVG Wght EST
4263 CHICKEN BREAST 10.0 P-7085
59234 CHICKEN DRUM 10.5 P-72
66850 TURKEY HAM 10 P-210
89222 PEPPERONI SLICED 25.0 13433

Sheet 2 is an order with item codes with a blank description, avg weight,
and EST like this:

Item Code(B7) Description Case Weight EST
143823 (blank) 9 (blank) (blank)
143836 4
143563 2
143875 4
424977 10


Now if the item code on sheet 2 (the order) matches the item code on
sheet
1(the master list)

How do I get the description, avg case weight, and EST to fill in
automatically. I understand that this is a lot to ask for, so if anything
then I just need the EST to fill in, my boss said that would be fine for
now.
Please help I have an appointment with the USDA and have to have my
paperwork
sent off by noon to Canadian Food Inspection Agency. My e-mail is


Thank you in advance,



Matthew Anderson :-)




Andy_N1708 via OfficeKB.com

Please help...I am at work and have a 3pm PST deadline...
 
Matt,

What is your formula? The col_index_num should not change.

conditional format if cell contains word wrote:
Thank you, I got it to work, but now the col_index_number keeps changing on
me when I try to copy the formula down...do you know what I am doing wrong?

If its easier please e-mail me at

Matt,

[quoted text clipped - 7 lines]

Matthew Anderson :-)


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200905/1



All times are GMT +1. The time now is 07:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com