+ Reply to Thread
Results 1 to 2 of 2

Defined output based on Input given

  1. #1
    Registered User
    Join Date
    03-25-2013
    Location
    Faridabad,India
    MS-Off Ver
    Excel 2003
    Posts
    2

    Defined output based on Input given

    Hi

    i have table with 4 coloum

    first 3 contain input and last one contain output

    my query.

    in the table if all 3 input Coloum have any value it give output in 4 coloum 150

    in the table if all 2 input Coloum have any value and one is blank, it give output in 4 coloum 100

    in the table if all 1 input Coloum have any value and 2 are blank, it give output in 4 coloum 50

    in the table if all 3 input Coloum are blank, it give output in 4 coloum 0



    Coloum 1 coloum 2 coloum 3 output

    10 20 30 150
    10 20 100
    10 50
    0

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Defined output based on Input given

    dutch=VERT.ZOEKEN(AANTALARG(A1:C1);$I$1:$J$4;2;0)

    english=Vlookup(counta(a1:c1),$I$1:$J$4,2,0)

    See the attached file.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ 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. Generate Output Based on Pre-Defined Rules
    By Michael1776 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-20-2012, 08:09 PM
  2. Replies: 1
    Last Post: 11-22-2010, 01:52 PM
  3. Replies: 6
    Last Post: 08-11-2010, 01:34 PM
  4. Logical formula with output based on the text input
    By rusoo7 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-02-2009, 09:03 AM
  5. Automate calculation of output based on user input
    By tenn0228 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-02-2009, 06:24 PM

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