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

  1. K

    Add data from preceding cell in addition to available formula

    Thanks Vinod, this helps, good idea infact. Thanks a lot.
  2. K

    Add data from preceding cell in addition to available formula

    Vivek, You got the point right, which i missed to realize that why this error message. The reason for populating blanks instead of 0s is, i dont want to see any value in the cell if it is not found. Please help me overcome this situation. Thanks, Kapil
  3. K

    Add data from preceding cell in addition to available formula

    I need help with the formula please, attached the file. In "# Planned" column of Summary tab, from cell D6 the cell should add up values from preceding "# Backlog" (Cell F5) column in addition to the available formula in "# Planned". Thanks in advance, Kapil
  4. K

    Retrieve Data comparing Row Header and Column Header in a new sheet

    Nebu, I need one more help please, attached the file again. In "# Planned" column, the cell should add up values from preceeding "# Backlog" in addition to the available formula in "# Planned". Thanks in advance, Kapil
  5. K

    Retrieve Data comparing Row Header and Column Header in a new sheet

    I am looking for a formula which helps me with retrieving data comparing the row header and column header. Attached the file for reference. My answer should be as follows. I have pivots in "Team Performance - Pivots" tab, and in "Summary" tab, i have different resources in columns and week no.s...
  6. K

    Stop counting where 0 is found in a row out of 20 cells

    Thank you Deb and Somendra...This helped with my requirement.
  7. K

    Stop counting where 0 is found in a row out of 20 cells

    Hi Team, I have a requirement that in a row of 20 cells if the 1st cell is 0 it should show as 0, and if the number is 1 it should start counting till it find 0 by end of all 20 cells in a row. Attaching an example for your reference. Explained in column 'W' of the attachment about the end...
  8. K

    Copy Data from columns and paste in rows by inserting rows [SOLVED]

    The issue is its not working, excel and VBA are not responding once started executing. Please see my further explanation below. Column A Column B Column C Column D Column E XXX name1 123456789 XXX name2 234567783 3456677889 YYY name3 213123123 YYY name4 123451231 123412312 1231223523 When the...
  9. K

    Copy Data from columns and paste in rows by inserting rows [SOLVED]

    I never programed an excel macro, i'm facing a problem i hope excel macro can solve it, because i have huge amounts of data that need filtering its simple i will explain in an example Original Table: Column A Column B Column C Column D name1 123456789 name2...
  10. K

    Compare alphanumeric data and show up or down

    Thanks a lot @Jake Collins and @ThrottleWorks. This really is working. Thanks a ton for your time and suggestions.
  11. K

    Compare alphanumeric data and show up or down

    @ThrottleWorks, Thanks a lot for the reply.
  12. K

    Compare alphanumeric data and show up or down

    Thank you Jake for the response and help here. I have one more doubt. Would this handle negative values as well? There are some negative values say -12d and 0d. Would the formula handle this? Thanks, Kapil
  13. K

    Compare alphanumeric data and show up or down

    Hi Team, I have an issue with the formula i am using. I have a duration of days for two months in two different columns like 22d and 44d. I used a formula to find out if there is a change in the duration or not. My formula below. =IF($A1>$B1,"Up","Down"). But there are few cases where there is...
Back
Top