bob

  1. S

    Conditionally AddItem to ComboBox

    Hello, I have a combobox that I'd like to populate with various people's names based on if they pass certain qualifications. So for example: <tbody> Names Run Pass Catch Bob Y N N Jill N Y Y Tony Y Y Y Mary N N Y </tbody> If I would like to populate that combobox with people who can...
  2. H

    Subtotal of consecutive values of the same value

    Hi . I am wanting a formula that will count the number of consecutive sames values in a column that are together but not all of them in the column. I have 365 rows and i want to be able to insert the formula in B1 and drag down to B365 so that the Value in B wil update as and when A changes...
  3. M

    Need help with simple Macro to assist with children's colors!

    Hi, to any Macro coders out there, I am trying to create a basic spreadsheet with a macro that does the following: On the first tab, there are two columns. A1 reads "Name" and B1 reads "Code". As an example, cell A2 contains "Billy Bob" and cell B2 contains the number 5236. On the second...
  4. M

    Find max value of sumifs

    <tbody> A B C 1 Name Points Current Leader 2 Amy 10 Amy 3 Bob 5 Amy 4 Amy 2 Amy 5 Caleb 15 Caleb 6 Bob 10 Caleb 7 Bob 1 Bob 8 Amy 4 Bob 9 Bob 1 Bob 10 Amy 2 Amy </tbody> I'm trying to find a formula for column C, which outputs the person with the greatest accumulated score...
  5. T

    Help with INDIRECT and VLOOKUP

    Hi, I am looking to do the following, but my excel-fu is weak.... I have twelve tabs, one for each month. Each Tab contains a list of people, and the data pertaining to them, like the following <tbody> Name Nuts Bolts Widgets Objects Bob 12 14 6 6 Ted 11 16 5 5 Amy 9 17 12 9 Jeff 8...
  6. D

    Counting Unique names only, based on a couple of criteria

    <tbody> Quarter SR Client q1 jane abc company q1 jane mcg inc q1 jane mcg inc q1 house box llc q1 bob hti q2 bob hti q2 bob apple q2 jane abc company </tbody> I have this set of data. I want to do two things: 1. calculate the number of total unique clients by Quarter and SR...
  7. R

    Count unique items in filtered list if meets a specific condition

    Hello, I'm trying to automate the calculation of counting the number of employees on my team if they are full time (as opposed to part time). Sometimes, I filter out some employees on my list, and that will impact what is shown on a graph. What's the correct formula do do this to account for...
  8. C

    split cells in a column by a sub-string and place the sub-string and its compliment in to adjacent cells on same row

    Hello, I have a column of names on sheet1 Names Tim Hanson Bob Jones-Kelty Hank Edward Williams On sheet2 I have two columns First Name and Last Name in columns A & B First Name Last Name Tim Hanson Bob Jones-Kelty Betty Anderson Hank...
  9. corppunishment11

    Multiple if(or) or maybe I need if(and) Can I make this work?

    I've written nesting if(ands) but I'm wondering if I can have an If(or do what I want it to. I'm looking to have one formula look at a set cell position A2 on sheet 1 "Bob Builder" and then compare that to sheet3 A2:A1000. If it's "Bob Builder" then return the values in sheet3 B2:B1000. But I...
  10. M

    Anyway to generate formula based on a vlookup or index/match?

    Hello all, this is a little complex. I would like to produce a vlookup but the value it produces is another formula. for example, I want to vlookup (or index match) bob - i want the value to then produce the formula of "=A2&B2" in another sheet, not the value, is this possible? the formula...
  11. M

    Can you SUMIF using a cell that is populated via data validation

    Column A of sheet 1 is populated with names.....via list validation Column U of sheet 1 has a $ amount Lets say in A2, i select the name Bob Jones.....fill out some other stuff and the total cost in U2 is $400 On sheet 3, B2, I have this formula...trying to capture the total number of dollars...
  12. T

    Help separating multiple data from one cell to individual row

    I don’t know what to call this, but someone has had to have done this before. Sorry if I’m searching for the wrong words on here, but I can’t find the answer. Thanks for your help in advance. I’m getting a data dump of random contact information, most of it I can sort pretty easy except the...
  13. P

    Find Duplicate data in rows and place X on both rows

    Hello, I have data set example as follows: I want to call out the duplicate names so if A! and B1 match AND B1 and B2 match then place an X in C1 and C2. Is this possible with a formula (not VBA) or other option? Thanks in advance! A1 Bob B1 Jensen A2 Bob B2 Jensen A3 Tom B3 Allann A4 Bill...
  14. W

    Return list of all values that match criteria. Can this be done in a pivot?

    I am not sure how to do this with a data set I have... Data: <tbody> Customer Group Week 1 Week 2 Week 3 Week 4 Bob A Yes Yes Yes Mark B Yes Yes Sue A Yes Yes Tim A Yes </tbody> List the week and each person that has a 'Yes' in that week. Would prefer to do this in a...
  15. B

    Applying Min & Max in Access

    I have a basic Table of Projects similar to this: Project Name Month Proj01 Bob 1 Proj01 Bob 2 Proj01 Bob 3 Proj01 Jack 4 Proj01 Jack 5 I can take table out to excel and add Min & Max formula to present as: Project Name StartM...
  16. I

    TRANSPOSE-type question

    I have a spreadsheet with 1000 rows that look like this: LNAME FNAME YEAR DONATION Adams John 1995 100 Adams John 1996 150 Smith Bob 1995 100 Smith Bob 1997 175 Smith Bob 1998 150 I want to transform the spreadsheet to this, with only one line per donor: LNAME FNAME YEAR DONATION YEAR DONATION...
  17. M

    Formula to turn Text/Number list into a Text list based on the Numbers

    Is there a formulaic way to turn a list in two columns like this: <tbody> Albert 3 Bob 2 Charles 4 </tbody> into a new list in a single column like this (where the number of times that a name appears is dynamic based on the number next to it in the original data like above): Albert...
  18. D

    Return the value of a header row if cell contains data

    Hi all I have a list of names in a column A and a list of categories Cols B-F Each person can be tagged to several categories with the value of either 0 1 2 3 or 4 I am after a way to create a separate summary sheet that will tell me the person’s name in one cell (which I can do with...
  19. R

    How to remove duplicates but keeping the top one?

    In my excel I have a person entered 3 or more times. Credit score example Bob Jones 760 Bob Jones 750 Bob Jones 740 I want to remove the duplicate Bob Jones's but keep ONLY the TOP entry which is 760 the Highest. I already have my sheet auto sorting so the top one will always be the HIGHEST...
  20. F

    Does value exist in 2 or more table arrays (VLOOKUP)

    I want find out if B2 in Sheet1 exists in column B or C in Sheet2. If B2 exists in either column B or C in Sheet2, I would like to display Yes or True. If B2 does not exist column B or C in Sheet2, I would like to display No or False. For example: Sheet1 <tbody> A B C (Does value exist in...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top