• 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.

Recent content by scecchin

  1. scecchin

    Data Validation using Structured References and UNIQUE function

    Thanks Debaser. Was hoping I was missing something since other formula actions do work there, but does not seem to be the case here. Thanks for the feedback
  2. scecchin

    Data Validation using Structured References and UNIQUE function

    Thanks for the feedback, p45cal. Agreed, this can be managed that way. Was just trying to push the envelope and avoid that intermediary step, but I acknowledge this will work
  3. scecchin

    Data Validation using Structured References and UNIQUE function

    Thank you for your feedback, Michael, much appreciated. I was looking for a solution where I did not need to generate the sorted and unique list (C42), and then reference that. I am trying to build this directly from the structured reference table, something like the...
  4. 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...
  5. scecchin

    Using IfError in User Defined Function

    Hello Somendra A deceptively simple solution that works well.o_O Thank you for your help. Sergio
  6. 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...
  7. scecchin

    How to use a table column name in VLOOKUP

    Thanks Mike, that works well, as well. This leaves me with a few options although each option still obliges multiple functions. Perhaps one day Microsoft with bring an enhancement where a formula like VLOOKUP would be smart enough to recognize the table column name and use the its column...
  8. scecchin

    How to use a table column name in VLOOKUP

    Hi Perhaps a little confusion here. I do want to look up $D$12 in the first column of the table and I want to retrieve the related value from the column [Holiday]. While this column is the second column in the table, if I enter the number 2, and then later insert a column, it breaks the...
  9. 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
  10. scecchin

    Sum by Group

    Hi Narayan Thank you for the quick reply. I greatly appreciate it. Sergio
  11. 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...
  12. scecchin

    Dynamic reference to a table in a formula

    Thank you Narayan I thought that INDIRECT() was what I needed to use but I had the syntax wrong. Actually what I did with your help is the following: =SUM(INDIRECT(VLOOKUP(J8,t_TableNames,2,FALSE)&"[[#Totals],[Amt]]")) This will allow me to select a unique value and then have related data...
  13. 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...
  14. scecchin

    Using a defined name list as criteria in SUMIFS

    Both methods; Ctrl+Shift+Enter to create an array formula of the original attempt, and using SUMPRODUCT instead of SUM, worked. Thank you for your help. Sergio
  15. scecchin

    Using a defined name list as criteria in SUMIFS

    Hi I have created a small example file of the data above. The formula is there once as it works and once it does not, for each of two lists Thanks Sergio
Back
Top