• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. scecchin

    Data Validation using Structured References and UNIQUE function

    Hello I am working with structured references (tables). I have a table, (example enclosed), that contains data. I have kept the example simple. The table is a data table with one column called Number. The table name is Table1. For the application I am trying to address, this example table...
  2. scecchin

    Using IfError in User Defined Function

    Hello I have attached an example file. I am trying to code a user defined function, (UDF), where I am looking up, and concatenating a first name and last name, based on initials, in a table. My issue is that the table will not always have values, which is logically fine. Unfortunately when...
  3. scecchin

    How to use a table column name in VLOOKUP

    Hi I would like to use a VLOOKUP referring to a table as follows; =VLOOKUP($D$12,TABLE1,TABLE1[HOLIDAY],FALSE) instead of =VLOOKUP($D$12,TABLE1,2,FALSE) I am not clear if this is doable without additional formulas, or with which formulas to use if more are needed. Thanks Sergio
  4. scecchin

    Sum by Group

    Hi I am trying to summarize costs from a transactions table into a report by the group I have assigned to payees in a reference table. To get the correct value I would read the transactions table, take the payee, look it up in the reference table that shows the payee and the group it is...
  5. scecchin

    Dynamic reference to a table in a formula

    Hi I am trying to determine how I can use the name of a table in a formula where I determine the name of a table depending on a lookup value. This is what I mean: I have two tables in a worksheet; table t_One and table t_Two. I want the total for a column in the table but I want to determine...
  6. scecchin

    Using a defined name list as criteria in SUMIFS

    Hi I have a table, (tbl1), with columns "trans" and "amt" (simple example). I have a separate table, (tbl2), of possible transactions that can be used in the "trans" column of (tbl1). (tbl2) has only 1 column. From (tbl2), I created a defined name, (lst1), referring to the single column of...
  7. scecchin

    Data validation from a combined list

    Hi Here is what I am trying to do. I have a reference table. The table has three columns; "Symbol", "Security" and "Description". The value in "Description" is "Symbol" and "Security" combined. Here is an example: Symbol Security Description AAPL Apple AAPL-Apple BBRY...
  8. scecchin

    Using Tables in Lookup Formulas

    Hi Having a bit of a problem finding something that is already written, so here is my question. I have a table (the new functionality) and I am using that to generate a validation list. I would then like to select related data from the same table, based on the selection via the validation...
Back
Top