Results 1 to 10 of 10

Find data from a table using 4 inputs

Threaded View

Frankie_The_Flyer Find data from a table using... 05-12-2022, 01:21 AM
JohnTopley Re: Find data from a table... 05-12-2022, 03:00 AM
Sintek Re: Find data from a table... 05-12-2022, 03:34 AM
JohnTopley Re: Find data from a table... 05-12-2022, 09:28 AM
JohnTopley Re: Find data from a table... 05-12-2022, 09:31 AM
Sintek Re: Find data from a table... 05-12-2022, 09:45 AM
JohnTopley Re: Find data from a table... 05-12-2022, 10:25 AM
Sintek Re: Find data from a table... 05-12-2022, 11:04 AM
Bo_Ry Re: Find data from a table... 05-12-2022, 11:56 AM
Frankie_The_Flyer Re: Find data from a table... 05-12-2022, 09:49 PM
  1. #9
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Find data from a table using 4 inputs

    Please try

    Private Sub CommandButton1_Click()
    Dim rs, l&, d$
    l = Sheets("inputs").Cells(Rows.Count, 7).End(xlUp).Row
    d = "=Inputs!A2:F" & l
    rs = Evaluate("INDEX(Inputs!G2:G" & l & ",MATCH(4,MMULT((B2" & d & ")+(C2" & d & ")+(D2" & d & ")+(E2" & d & "),{1;1;1;1;1;1}),))")
        If IsError(rs) Then
            MsgBox "This selection of numbers has not been entered yet"
        Else
            [g2] = rs
        End If
    End Sub
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Variable row and column inputs y data table
    By perito372 in forum Excel General
    Replies: 13
    Last Post: 04-18-2016, 05:42 AM
  2. Data table - two inputs that are variables
    By bp22 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-15-2013, 03:13 PM
  3. Data table with 2 rows of inputs
    By mljs54 in forum Excel General
    Replies: 1
    Last Post: 03-11-2011, 10:43 PM
  4. Create a data table by varying inputs
    By umtemplt in forum Excel General
    Replies: 2
    Last Post: 11-18-2010, 12:31 AM
  5. Replies: 0
    Last Post: 02-14-2006, 04:30 PM
  6. Find value in table based on two inputs
    By AMDRIT in forum Excel General
    Replies: 3
    Last Post: 12-30-2005, 12:50 PM
  7. Replies: 0
    Last Post: 05-03-2005, 11:06 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