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

  1. S

    Shortlist Data

    Hi, You can use advanced filter option. please refer the below links for further inforamtion. http://www.excel-easy.com/examples/advanced-filter.html http://www.contextures.com/xladvfilter01.html Regards, SK
  2. S

    Data fin out thru match

    also you can use match index using array =IFERROR(INDEX('Raw data'!$A$1:$E$17665,MATCH(1,('Raw data'!$A$1:$A$17665=$A3)*('Raw data'!$D$1:$D$17655=C$2),0),5),0) Use Ctrl + Shift + Enter
  3. S

    Data fin out thru match

    =SUMIFS('Raw data'!$E:$E,'Raw data'!$A:$A,'Question sheet'!$A3,'Raw data'!$D:$D,'Question sheet'!C$2) try this
  4. S

    Clock Formula Assistance

    =A1-(5.5/24) try this
  5. S

    Formula to find minimum and return value from different column

    =INDEX($A$2:$A$11,MIN(IF(C2:C11="Yes",B2:B11))) Try this
  6. S

    Embed Folder in Excel File

    Hi Shabbo, to my knowledge if you want to insert a folder you can use hyperlink. But through insert object option you can't. Regards, SK
  7. S

    Embed Folder in Excel File

    To do it, you need to click on the Insert tab in the ribbon, and then click Object. This will open a dialog window allowing you to set the object to insert. Click on the Create from file tab to insert your specific file. Click Browse button and select the file you are looking to insert. There...
  8. S

    Calculate a day before a date

    Hi, Let say in A1 and B1 you have now apply the below formula in A2 and drag to B2 =EDATE(A1,0)-1 Regards, SK
  9. S

    Congratulations NARAYANK991 4,000 Posts

    Hi Narayan, You have shared your knowledge to this forum and congratulation for reaching 4000. Keeping rocking.... Thanks, Suresh Kumar S
  10. S

    Congratulations SirJB7 4,000 Posts

    SirJB7, Congtz. Thanks, SK
  11. S

    Is it possible to open excel from outlook.

    Thanks Nazmul Muneer,Hui,bobhc & Deb may be my friend could have opened by any of your idea.
  12. S

    Counties, continents and number of schools. What formula should I use?

    Hi pirduh, Please use SUMIFS Formula you will get the following output. Africa 0 Asia 15 Antarctica 0 Australia 8 Europe 42 North America 35 South America 0 Thanks, SK
  13. S

    Values of Pivot Table to be used in worksheet

    Hi Rahul, I am sorry my office explore not allowing any download. Thanks, SK
  14. S

    Values of Pivot Table to be used in worksheet

    Hi Rahu, Unable to download please proivde some other link. (2shared) Thanks, SK
  15. S

    Values of Pivot Table to be used in worksheet

    Hi, Freeze the cells using $ for example if C2 = J2 Change to $J$2. Thanks, SK
Back
Top