+ Reply to Thread
Results 1 to 10 of 10

Check column wjth al least 2 conditions

Hybrid View

  1. #1
    Registered User
    Join Date
    01-09-2015
    Location
    Portugal
    MS-Off Ver
    2013
    Posts
    28

    Check column wjth al least 2 conditions

    Hello,

    I would like that this huge and extraordinary community could help me.

    I have a excel for control the welding equipment verification. After the verification is done, I would like the certificate could be automatically done by choosing some variables.

    I think the best one is the Index formula, but I have issues in the way the document is builded.

    Attached the community have the excel document, welding machines.

    I have made some snaps to explain.
    In 1st photo, we have the blue lines that means are the variables of searching information, the verification number (1st verification, 2nd verification, 3th verification...) and the welding machine number (SD-01, SD-02, SD-03...).

    In that verification, we have 3 variables, they are, Amperage, voltage and wire feed speed, and I want to put them on the 2nd photo, that is the certificate of the "welding machine".

    Could the community help me
    Regards?
    Jo?o
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,780

    Re: Check column wjth al least 2 conditions

    Are you still using Excel 2013?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    01-09-2015
    Location
    Portugal
    MS-Off Ver
    2013
    Posts
    28

    Re: Check column wjth al least 2 conditions

    Quote Originally Posted by AliGW View Post
    Are you still using Excel 2013?
    Hello Dear,

    This is a version from a company that I'm working with. They don't have any update of Microsoft Office.

    Thats the way it is.

    Thanks in advance for your's reply

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Check column wjth al least 2 conditions

    This is made MUCH more complicated by the totally inappropriate use of pretty looking, but EVIL merged cells (the spawn of Satan) in WE column A and in Final B/C, D/E, etc.

    Your strange values in We column L are dates... not m/min...

    In Final, B23, copied across and down:

    =INDEX('Welding Equipment'!$J$6:$X$19,MATCH(Final!$R$1,'Welding Equipment'!$A$6:$A$19,0)+ROWS(B$23:B23)-1,MATCH(Final!$R$3,'Welding Equipment'!$J$3:$X$3,0)+INT((COLUMNS($B23:B23)-1)/2))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  5. #5
    Registered User
    Join Date
    01-09-2015
    Location
    Portugal
    MS-Off Ver
    2013
    Posts
    28

    Re: Check column wjth al least 2 conditions

    Hello Dear Mr Glenn,

    Incredible work. You are a totally Master

    Please, could you explain me how do you get this?

    Thanks for all
    Last edited by AliGW; 09-20-2022 at 06:46 AM. Reason: Please DON'T quote unnecessarily!

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Check column wjth al least 2 conditions

    =INDEX('Welding Equipment'!$J$6:$X$19,MATCH(Final!$R$1,'Welding Equipment'!$A$6:$A$19,0)+ROWS(B$23:B23)-1,MATCH(Final!$R$3,'Welding Equipment'!$J$3:$X$3,0)+INT((COLUMNS($B23:B23)-1)/2))

    Red. Return from this range
    Orange the first row where an exact match for the content of R1 is found
    Green and the first column where an exact match for the content of R3 is found.
    Blue, increment the rows by one as the formula is copied down (a counter, ruiing from 0,1,2,3, etc)
    Purple, increment the columns by 1 for every two columns (your ghastly merged cells...) the formula is copied across (again a counter, returning 0,0,1,1,2,2, etc).

    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please click on "Thread Tools" from the menu link (just above the first post in the thread) and mark this thread as SOLVED.

  7. #7
    Registered User
    Join Date
    01-09-2015
    Location
    Portugal
    MS-Off Ver
    2013
    Posts
    28

    Re: Check column wjth al least 2 conditions

    Hello Mr Glenn,

    Let me please, check if its OK. If everything is OK, tomorrow I will put the thread as solved, or, I will be back knocking your door

    Regards my friend

  8. #8
    Registered User
    Join Date
    01-09-2015
    Location
    Portugal
    MS-Off Ver
    2013
    Posts
    28

    Re: Check column wjth al least 2 conditions

    Hello Mr Glenn,

    I would like to talk with you about this subject.
    When I choose the imagine the SD01 Equipment and 1st verification everything is OK. Please look
    Attachment 797147
    Attachment 797150

    When I choose the 2nd, didnot seems ok. I have arranged the columns if could be more easy, or you could arrange the columns to be more easy to get the result.

    Could you help me?
    Attached Files Attached Files

  9. #9
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Check column wjth al least 2 conditions

    Just change the bits in red:

    =INDEX('Welding Equipment'!$G$6:$AX$19,MATCH(Final!$R$1,'Welding Equipment'!$A$6:$A$19,0)+ROWS(B$21:B21)-1,MATCH(Final!$R$3,'Welding Equipment'!$J$3:$AX$3,0)+INT((COLUMNS($B21:B21)-1)/2))
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    01-09-2015
    Location
    Portugal
    MS-Off Ver
    2013
    Posts
    28

    Re: Check column wjth al least 2 conditions

    Thanks for all.
    Last edited by AliGW; 09-21-2022 at 08:11 AM. Reason: Please DON'T quote unnecessarily!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Check Against All Conditions Listed In Column
    By jdrapic in forum Excel General
    Replies: 1
    Last Post: 03-26-2022, 03:50 AM
  2. [SOLVED] Check if value exists in multiple column range when meeting 2 conditions
    By Jannickk in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-03-2020, 09:46 AM
  3. [SOLVED] Check set of number with conditions
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 05-11-2020, 07:11 AM
  4. [SOLVED] Formula to check 2 different conditions
    By Bellatrix_7 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-08-2015, 07:22 AM
  5. Using AND to check 2 conditions...
    By portsample in forum Excel General
    Replies: 5
    Last Post: 08-06-2011, 03:00 AM
  6. check conditions
    By okl in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-22-2009, 09:54 AM
  7. using COUNTIF to check against two conditions
    By paul10r in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-03-2008, 10:48 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1