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

    how can we format the specific part of a sentence in a cell?

    Happened upon this thread while looking for a solution to apply conditional formatting to only one row in a cell ... and I hear you, Chandoo Ninjas - constants only (my environment prevents the use of code/vba). So then, I wonder if one can take a cell that contains a formula that concatenates...
  2. psynce

    How to copy data from multiple cells based on a value in another?

    I think that I have it mostly solved; using Luke M.'s Formula Forensics # 003 model, 1. I added a new worksheet "Sheet 2" and added two column titles - "Copied Type" and "Copied Name" 2. "Copied Type" contains formula: =IF(Sheet1!$A:$A=Sheet1!$D$2, Sheet1!$A:$A, "") 3. "Copied Name" contains...
  3. psynce

    How to copy data from multiple cells based on a value in another?

    Greetings - I happened upon salmonchild's dilemma while researching how to copy rows that matched criteria to another worksheet *without* code/macros. Was anyone able to resolve this? I was able to accomplish this same functionality using an Advanced Filter, however the Advanced Filter must be...
  4. psynce

    do not read this again.

    do not read this again.
  5. psynce

    Colouring every second row to improve readability of large datasets

    I've always used =Mod(Row(),2) ... what does the <>0 do? Thanks!
  6. psynce

    get cell address range based on match/lookup

    Hazaa! NARAYANK991 & SirJB7 have done it! Thank you all so much for helping me solve this riddle. Such is the beauty of life, that when an answer comes to light, so are new questions illuminated =) |||||[ MANY THANKS TO ]||||| NARAYANK991 & SirJB7 & kchiba
  7. psynce

    you chandoo it!

    Apologies for the misaligned post, and thank you for the warm welcome.
  8. psynce

    get cell address range based on match/lookup

    Wow - Thank you for all for your responses! SirJB7: I searched rather extensively but was unable to locate a solution. kchiba: i like your helper column approach for other uses, however, i am trying to get start and end cell addresses for multiple values/matches in a single column. using my...
  9. psynce

    get cell address range based on match/lookup

    column A has many rows containing 123, ABC, or XYZ. column A is already sorted. i use the following forumla to return the address of the fist cell matching ABC: =ADDRESS(MATCH("ABC",A:A,0),2) i would like to do something similar to either return the address of the last cell in column A that...
  10. psynce

    you chandoo it!

    greetings. i happened upon chandoo.org while researching an excel challenge that i am currently facing - i hope to contribute as well!
Back
Top