Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by shah25

  1. shah25

    Gradient toolbar

    The Gradient toolbar in Photoshop illustrator how can i change the fill colour at the moment its on black and white i want to fill that in 3 colours something like white green and blend of yellow. can you help me plz
  2. shah25

    VLOOKUPs with nested IF statement

    =IF(OR(C63={"Tobacco","Cri","Peanuts"}),VLOOKUP(C63,tblFoodType,2,VLOOKUP(C63,tblProductTypeCode,3,0))) Thanks for your response - I have tried to correct the statement so it contains the correct number of arguments but non of the VLOOKUPS work even though the...
  3. shah25

    VLOOKUPs with nested IF statement

    =IF(OR(C62={"Tobacco","Cri","Peanuts"}),VLOOKUP(C62,tblFoodType),VLOOKUP(C62,tblProductTypeCode,3,0)) I am trying to insert 1 VLOOKUP if Condition 1 is true and another VLOOKUP if condition 2 is true - but the result If Tobacco, Cri,Peanuts is true prints out...
  4. shah25

    Inserting a VLOOKUP Formula as Nested If into a Cell

    Hello, I am having problems with using a formula =IF(C30 ="Tobacco","NotApplicable",IF(C30="Cri","Not Applicable",IF(C30="Peanuts","Not Applicable",'=VLOOKUP(C30,tblProductTypeCode,3)))) Which checks the products and if not Tobacco...

Part and Inventory Search

Back
Top