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

  1. M

    Extract Names into Separate Columns

    Wonderful! Thanks SirJB7, I think this is going to work perfectly!
  2. M

    Extract Names into Separate Columns

    Thanks oldchippy, I'll try your suggestion and see if I can use it as a manual workaround. If anyone has any suggestions for how to write a formula for this I'd still prefer that as it wouldn't require me to do anything "manually" except for export/import from my database. thanks! Alice
  3. M

    Extract Names into Separate Columns

    I am trying to separate names into two or more different columns but am running into a problem. My data is in Cell A1 and is formatted as Initials, a hyphen, then the first and last name. There is no space, only a comma, between the next name, so it looks like: JED - John Doe,JMD - Jane Doe...
  4. M

    I need help sorting my list on my dashboard!

    Just wanted to report back that I found a solution that worked for what I needed! At least most of the way! ---- Anyway it should be possible to solve your problem using MATCH and INDEX. These two functions can be combined to produce a rather more versatile version of the function VLOOKUP...
  5. M

    I need help sorting my list on my dashboard!

    Just wanted to report back that I found a solution that worked for what I needed! At least most of the way! ---- Anyway it should be possible to solve your problem using MATCH and INDEX. These two functions can be combined to produce a rather more versatile version of the function VLOOKUP...
  6. M

    I need help sorting my list on my dashboard!

    Just wanted to report back that I found a solution that worked for what I needed! At least most of the way! Sometimes ---- Anyway it should be possible to solve your problem using MATCH and INDEX. These two functions can be combined to produce a rather more versatile version of the function...
  7. M

    I need help sorting my list on my dashboard!

    and by the way, thank you for pointing out how to reduce the formula! That is very helpful, and as you mentioned, much easier to read!
  8. M

    I need help sorting my list on my dashboard!

    This formula pulls in a client name, from column P if all of the "IF" statements are true. One of the IF statements refers to the Account Manager's name. Once this client name is pulled into the appropriate place on my dashboard, the following columns are completed using a VLookup. I'm...
  9. M

    I need help sorting my list on my dashboard!

    The following formula works to pull the name I want from a large list of various client names. IF($AH3="0",IF($AH3>0,IF(O3>=$AJ$15,IF($AG3=0,INDEX($P4,MATCH($AJ$10,$T$3:$T$500,0)),""),""),""),"") My problem is that the list comes into my Dashboard on the same Row number as it is on...
  10. M

    round numbers inside a concatenate formula?

    Oh WOW! So I don't even have to use the actual word concatenate?! that's great, and it works perfectly! Thank you for your help Luke!
  11. M

    round numbers inside a concatenate formula?

    Here is my formula, and it works great except that the average number has too many decimals! I just want to round it up to the nearest whole number. I assume I should use ROUNDUP, but I'm not sure where to put it in the formula. CONCATENATE("Actual Hours 31% or more under Estimate...
  12. M

    Count items in column that match a specific cell, only if another cell is 0?

    See, I KNEW it would be simple! Thank you so much! I obviously have a problem with "over-thinking" these things! Funny how hard it is to grasp logic sometimes! thanks again, you're a life saver!
  13. M

    Count items in column that match a specific cell, only if another cell is 0?

    Is it possible to add another condition to this? I need to only count the number of items in column a whose date, in column E, is on or after a static date entered in cell AF3. I'm sure there is probably a very obvious solution, but my brain is completely muddled with the various searches...
  14. M

    Count items in column that match a specific cell, only if another cell is 0?

    ok, thanks! I'm using Excel for Mac 2011 and both work beautifully! thanks again to both of you for your quick responses!!
  15. M

    Count items in column that match a specific cell, only if another cell is 0?

    Wow, thank you both SO much - they both work GREAT! Is there any advantage to using COUNTIFS versus SUMPRODUCT or vice versa?
Back
Top