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

  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
Back
Top