+ Reply to Thread
Results 1 to 11 of 11

Need help about multiple IF

  1. #1
    Forum Contributor
    Join Date
    01-09-2019
    Location
    Karachi, Pakistan
    MS-Off Ver
    MS 365
    Posts
    124

    Need help about multiple IF

    Dear Excelforum Family and Experts,

    i need help about how to combined multiple IF, attached sheet is for reference. i have a data sheet which is Column wise where i have another sheet which is row wise data. i need multiple IF formula to collect data from Data sheet. i have created a formula but don't know to add another IF formula.

    i have IN OUT Data sheet. from which i have required if someone is present than which time the person have OUT and that show me the time.

    Thanks in advance.
    Attached Files Attached Files

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

    Re: Need help about multiple IF

    In C2, coped across and down:

    =IFERROR(INDEX(Data!$D$3:$D$19,MATCH(1,INDEX((Data!$A$2:$A$18=Sheet2!$B2)*(Data!$C$2:$C$18=Sheet2!C$1)*(Data!$E$2:$E$18="In"),0),0)),"A")

    Note the overlapping ranges (red and blue)
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Contributor
    Join Date
    01-09-2019
    Location
    Karachi, Pakistan
    MS-Off Ver
    MS 365
    Posts
    124

    Re: Need help about multiple IF

    Quote Originally Posted by Glenn Kennedy View Post
    In C2, coped across and down:

    =IFERROR(INDEX(Data!$D$3:$D$19,MATCH(1,INDEX((Data!$A$2:$A$18=Sheet2!$B2)*(Data!$C$2:$C$18=Sheet2!C$1)*(Data!$E$2:$E$18="In"),0),0)),"A")

    Note the overlapping ranges (red and blue)
    Really thanks for your quick help Glenn Kennedy, need one thing how do i add if there is someone IN OUT not available in any date than show me Absent.. if it is possible, please.

    Thanks alot.

  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 2403
    Posts
    43,984

    Re: Need help about multiple IF

    Im away from my PC. However I don't understand your request. Please upload a modified sheet showing what you expect to see and where you expect to see it.

  5. #5
    Forum Contributor
    Join Date
    01-09-2019
    Location
    Karachi, Pakistan
    MS-Off Ver
    MS 365
    Posts
    124

    Re: Need help about multiple IF

    Really thanks for your reply Glenn,

    i am attaching the file for reference, if it is possible will really thankful to you.

    Thanks.
    Attached Files Attached Files

  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 2403
    Posts
    43,984

    Re: Need help about multiple IF

    I hope you don't dream up any more conditions.... this is getting ugly!!
    Attached Files Attached Files

  7. #7
    Forum Contributor
    Join Date
    01-09-2019
    Location
    Karachi, Pakistan
    MS-Off Ver
    MS 365
    Posts
    124

    Re: Need help about multiple IF

    Quote Originally Posted by Glenn Kennedy View Post
    I hope you don't dream up any more conditions.... this is getting ugly!!
    Wow... Really Really Thanks Glenn. You really solve my problem.

    Once again really Thanks. SOLVED

  8. #8
    Registered User
    Join Date
    10-25-2019
    Location
    nyc
    MS-Off Ver
    nyc
    Posts
    2

    Re: Need help about multiple IF

    Multiple IF statements. I am trying to arrive at a price model that will show what the licensing fees will be based on the number of users.

    Specifically, the first 5000 users are no charge ($0), users 5001-9999 are $20 per user and users over 10,000 is a flat fee of $100,000.

    The number of users is calculated on a 12 month look back starting after the 19th month.
    Attached Files Attached Files

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,435

    Re: Need help about multiple IF

    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
    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.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  10. #10
    Registered User
    Join Date
    10-25-2019
    Location
    nyc
    MS-Off Ver
    nyc
    Posts
    2

    Re: Need help about multiple IF

    Ali,

    I don't believe my post references any of the above issues. Nevertheless, do I need to start a new thread?

  11. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,435

    Re: Need help about multiple IF

    Absolutely - you cannot piggy back an existing thread with your own questions!!! Please don't post to this thread again - start your own. Thanks.

+ 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. [SOLVED] Lookup multiple criteria in multiple columns in multiple rows; return true if exists
    By ufdlim in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-07-2019, 02:03 PM
  2. Multiple Text Replace Across Multiple .txt files in Multiple Folders
    By kpmeline in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-02-2017, 05:13 PM
  3. Replies: 2
    Last Post: 05-26-2015, 07:29 PM
  4. Replies: 20
    Last Post: 03-13-2013, 04:15 PM
  5. [SOLVED] Large spreadsheet; multiple scores on multiple dates for multiple students
    By MelindaCapri in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 11-16-2012, 06:03 PM
  6. Return Multiple Values with multiple rows & multiple columns
    By sachin parab in forum Excel General
    Replies: 2
    Last Post: 11-05-2012, 10:21 AM
  7. Replies: 5
    Last Post: 11-04-2010, 06:02 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