+ Reply to Thread
Results 1 to 4 of 4

Show Multiple Values in Multiple Cells IF Values in Column 'I' =>1

  1. #1
    Registered User
    Join Date
    03-20-2014
    Location
    London, England
    MS-Off Ver
    Office 365
    Posts
    13

    Show Multiple Values in Multiple Cells IF Values in Column 'I' =>1

    Hello.

    I am attempting to put together a basic spreadsheet documenting investments and dividend returns.

    Looking at the attachment:

    I would like a formula that will look in column 'I' for a value greater than zero (0) and, when it finds one, enter the date that is entered in the same row in column 'A' in cell 'L8'. Similarly, the value of the dividend would appear in cell 'M8'. This would continue for all of the values in column 'I'.

    By doing this, I would create a separate table (currently highlighted yellow and green) that would show a concise list of all dividend payments and their payment dates.

    I hope this is clear, please do ask any questions that may help to clarify.

    Thank you so very much for your assistance.

    Mark

    Screenshot 2019-07-27 at 16.58.21.png
    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
    44,052

    Re: Show Multiple Values in Multiple Cells IF Values in Column 'I' =>1

    Use:

    =IFERROR(INDEX(A:A,AGGREGATE(15,6,ROW($I$7:$I$100)/($I$7:$I$100<>""),ROWS($1:1))),"")

    and

    =IFERROR(INDEX(I:I,AGGREGATE(15,6,ROW($I$7:$I$100)/($I$7:$I$100<>""),ROWS($1:1))),"")
    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
    Registered User
    Join Date
    03-20-2014
    Location
    London, England
    MS-Off Ver
    Office 365
    Posts
    13

    Re: Show Multiple Values in Multiple Cells IF Values in Column 'I' =>1

    Excellent, excellent.

    Thank you kindly for you assistance. I shall now mark this thread as solved.

    Good day.

  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
    44,052

    Re: Show Multiple Values in Multiple Cells IF Values in Column 'I' =>1

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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. Replies: 1
    Last Post: 10-11-2017, 02:37 AM
  2. MsgBox to show multiple searched values of cells
    By abhijit2610 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-04-2016, 08:26 AM
  3. Replies: 2
    Last Post: 05-26-2015, 07:29 PM
  4. Sum values from multiple cells - multiple lookup values in single cell
    By taxdept in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-21-2012, 04:12 PM
  5. Looking Up A Value When Cells In Column Have Multiple Values
    By EvergladesJeff in forum Excel General
    Replies: 0
    Last Post: 07-20-2011, 03:00 PM
  6. Replies: 5
    Last Post: 04-21-2011, 05:22 PM
  7. Replies: 3
    Last Post: 09-03-2010, 12:02 AM

Tags for this Thread

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