+ Reply to Thread
Results 1 to 2 of 2

Return a value from the chart

  1. #1
    Registered User
    Join Date
    01-09-2023
    Location
    Canada
    MS-Off Ver
    Excel 2019
    Posts
    8

    Return a value from the chart

    Hello,

    I am working with a seating chart for a banquet and having issues returning the table # once a person has been assigned. Column A are the attendees, column B is their numerical ID used to assign them a seat in Table 1, column C shows the status of their table assignment. I need the table number to be returned to column E or built into the return in column C if possible.

    Also, is there an easy formula I can add to Table 1 and Table 2 to show if someone is placed on two tables by accident? If a repeat name is used, can the cells turn a different color for a quick visual?

    Thanks in advance!!

    Sample Work Book.xlsx

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,706

    Re: Return a value from the chart

    If I understand correctly:
    1. For the formula to populate column C: =IFERROR(INDEX(G$2:U$2,AGGREGATE(15,6,(COLUMN(G$2:U$2)-COLUMN(F$2))/(G$3:U$10=B2),1)),"No Table")
    2. For the conditional formatting to indicate duplicate table assignments: =AND(G3<>"",COUNTIFS($G$3:$U$10,G3)>1)
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. How to use equation from chart as a formula to return a value
    By anakaine in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-10-2022, 02:31 AM
  2. Return name of chart sheet in worksheet
    By pp57 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-16-2018, 04:00 PM
  3. Return proper value from chart
    By kmlloyd in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-21-2016, 02:56 PM
  4. Search, find and then return row to use in chart.
    By aloconnor in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-16-2014, 08:18 PM
  5. Need to return a value from a chart with 2 criteria
    By valley01 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-14-2013, 02:01 PM
  6. Return Chart title formula using VBA
    By NickyC in forum Excel Charting & Pivots
    Replies: 10
    Last Post: 12-29-2010, 10:29 PM
  7. Return value of a point in a bar chart
    By Eric_B in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 04-04-2006, 01:01 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