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

    Create a formula to compare different metrics

    Hi, Maybe this is more a math question than an excel one so sorry in advance if this is an offtopic but id appreciate if someone could help me on this. I have several tests delivered to a group of users and id like to have a column to have some kind of "success rate" related to the test itself...
  2. farrusete

    Condditional sumproduct

    I was trying to put the conditional in the wrong position... this worked for me: =SUMPRODUCT((Table[Column1]=A9)*(IF($B$2<>"ALL",Table[Column2]=$B$2,Table[Column2]<>"ALL"))*Table[[costs january]:[costs december]])
  3. farrusete

    Condditional sumproduct

    Hi, How could I do something like this? (between ----> and <----): =SUMPRODUCT((Table[Column1]=A9)*(Table[Column2]=---->IF($B$2<>"ALL",$B$2,"<>ALL")<----)*Table[[costs january]:[costs december]]) I mean, to set a conditional returning a dynamic value for that column. If value in B2 is "ALL"...
  4. farrusete

    How to get values from a table until certain date

    Thank you again Somendra!
  5. farrusete

    How to get values from a table until certain date

    Hi Somendra, The point is to sum all revenue lines. In the xls it would be to sum 3 revenue lines for USA until october but it has to be dynamic. If i enter month number 3 and select "Cost" and "EU" it should sum all cost llines from EU (2 lines) from january to march. Thanks again
  6. farrusete

    How to get values from a table until certain date

    hmmmmm im trying to figure out if there is a way to use SUMIFS instead of SUM to get just values with certain conditions (edited excel attached). Thanks again
  7. farrusete

    How to get values from a table until certain date

    Hi, Im trying to sum values from a row until column named with the limit date (month in current year) manually entered in a cell. Maybe attached file is clearer than me... sorry Thank you in advance,
  8. farrusete

    Dynamic column header value for a data table

    Thank you Chihiro!
  9. farrusete

    Dynamic column header value for a data table

    Hi, Is there a way to access a table column range from a given cell value? Lets say that table1 is named "People" and one column header is "ene-15". I would be able to access that column range with "=People[ene-15]". How could I set a formula to access dynamically to that column based on other...
  10. farrusete

    Last column with value

    You are right. I copied/pasted columns and didnt remove previous values. It works great for finding last invoiced month (i hace to check it in order to know how it works). Any clue about my second question? Thank you again
  11. farrusete

    Last column with value

    Hi, Im trying to locate last column with value from non adjacent columns and set that one's column name in a cell. Please check attachment because this is a bit tricky. Column in red for line 1 should say "jan-15" and it should be empty for line 2. It should be the last month in which we have...
  12. farrusete

    Dynamic headers in table

    Great! Thank you so much uke M
  13. farrusete

    Dynamic headers in table

    Hi, Im trying to sum columns from a table based on values in different cells. Something like =SUM(Table1["Invoicing "&B16&"-"&C15]) Is this possible? (excel attached) Thank you in advance
  14. farrusete

    Remove rows with blank or zero values in Pivot Table

    Thank you so much Luke!
  15. farrusete

    Remove rows with blank or zero values in Pivot Table

    Hi, I have one table with different columns: Col1, Col2, Col3 -> Values Selector -> Contains duplicated values which will be used for dropdown in Test sheet Auto1, Auto2, Auto3 -> Calculated cells to be shown in pivot table at Calculations Sheet When I select a value from the dropdown at test...
  16. farrusete

    Days in current month between two dates

    Resolved It by following answer on post http://forum.chandoo.org/threads/help-with-date-formulas-with-a-twist-of-days-between-start-end-date.16516/#post-100038 Just attaching file for other users with the same question. Regards,
  17. farrusete

    Days in current month between two dates

    Hi all, Just wondering if there would be an optimized way to calculate days between two dates and just taking those in a given month. For instance, id need to get from 05/01/2014 to 07/15/2014 the numbers of days in june 2014 (these would be 30). Also, from 06/15/2014 to 12/31/2014 would be...
  18. farrusete

    PowerPivot: Date calculation from text field

    Hi, Im starting with PowerPivot and just moving previous reports to practice. I have a date column which includes both dates (dd/mm/yyyy hh:mm:ss format or just "unlimited" text). I created a calculated field with =IFERROR(DATE(MID([end date], 7,4),MID([end date], 4,2),LEFT([end date]...
  19. farrusete

    Index+Match with special characters

    Thank you so much!
  20. farrusete

    Index+Match with special characters

    Hi, Im trying to get data from a different sheet table by matching IDs but im in troubles with values containing "~" character. For those the formula returns "#N/A" =INDEX(Keywords[Description];MATCH([@Keyword];Keywords[Keyword];0)) How would you manage to get this working? (Id like to avoid...
  21. farrusete

    Get top 10 from pivot table

    Thank you so mucho Narayan. It works! Ill check those formulas to learn the way you did it
  22. farrusete

    Get top 10 from pivot table

    No worries. im the one not being that clear :) You can find attached what im trying to explain. If I use top10 filter, dashboard will be filled in that "manual way" (top.xlsx) but imagine that at the begining of february region2 has less than 10 advertisers (top2.xlsx). Then i will have to...
  23. farrusete

    Get top 10 from pivot table

    Thank you too AIM but im trying to find a less manual solution in order to get my dashboard tab updated automatically and not to have to point to cells manually every day Again thank you for your reply
  24. farrusete

    Get top 10 from pivot table

    Hi bobhc Thank you for your quick answer! Sure it woud work but my data sheet will contain regions with less than 10 advertisers and i would like not to point data directly from pivot sheet (like "=pivot!A5" for top advertiser1 in region1 and...
Back
Top