formula

  1. R

    What is the lookup formula to search in multiple columns

    I have a worksheet table with 4 columns containing employee name and 4 columns for ID number for this employee simply and I need a formula to add the employee ID number which is next to the name if the cell match any cell of the employees names in the 4 columns ("B , D , F or H") for example as...
  2. R

    Count Unique Values excluding blanks and one value

    I've got a range of letters, and I want to calculate how many unique values occur in it, excluding the letter A and empty cells. I've used the formula =COUNTA(UNIQUE(FILTER(A1:A10,(A1:A10<>"A")*(A1:A10<>"")))) which works fine, except when the result should be zero. Here are some examples...
  3. G

    Typing out Excel formula in Excel Macro

    I have this line of code that I require an excel macro to type out, and drag and drop down. =IF(AND(E3>C3,G3>E3,F3>D3,H3>F3),"UP",IF(AND(C3>E3,E3>G3,D3>F3,F3>H3),"DOWN",IF(AND(E3>C3,G3>E3,D3>F3,F3>H3),"LEFT",IF(AND(C3>E3,E3>G3,F3>D3,H3>F3),"RIGHT","NO")))) Recording an excel macro it turned out...
  4. A

    Project Count per Team Member Formula Needed

    Good Morning, I am looking to generate a formula that will show the name and number of projects a team member is working on. From the screenshot provided I want to know how many projects from column A are associated with a name from Column D (Project Team). An issue I am coming across is that...
  5. C

    Highlight 2nd Occurrence of a Specific Character in Cell

    Hi there, Is there an excel formula or VBA code that can highlight the 2nd occurrence of a specific character in cell? For example, the letter "B" appears twice in the cell, how can I highlight the second "B" in blue? BATBML Thanks, Ching
  6. A

    Sum Formula Help

    I am looking for help creating a sum function for my attached spreadsheet. In column G (Total Activity) I would like to show the sum of column D (Quote Count) and column F (Modification Count). However, in the formula I would like it to be crafted so that column G only populates once column D...
  7. R

    Formula to include quantities in percentile calculation

    We manufacture products and then cut to them to the length customers ask for. I have a sheet containing all our orders, and I'm trying to write a formula to calculate what length 90% of our orders for each product are over. So if we have any offcuts, we know if it's worth saving them or not...
  8. B

    Applying values to a database based on multiple criteria sets

    Im sure this may be a bit confusing, but i have a database similar to the first image. What i want to do is, based on the data on "Info" ranges, apply a value to the "Value" ranges. For that i had formulas such as "=if(A1 = "A",1,0)" or "=if(and(B1 = "red",C1 = "pear"),1,0)" which would get me...
  9. K

    Modify COUNTIF Formula to count inside parenthesis

    I have the following formula that I am using to count the number of occurrences of there being a value of 0 out of a number (i.e. 0/2 , 0/5, 0/1, etc...) =COUNTIF(Z7:Z30,"0/*") This works fine as long as the data in the above range (Z7:Z30) is formatted as the above i.e. 0/3, however there...
  10. Jyggalag

    Help me reverse my formula please?

    Hi all, Thanks to some of your great earlier contributions I was able to set up with this formula: =IFERROR(LET(mpos;MATCH(1E+100;G7:K7); mval;INDEX(G7:K7;mpos); IF(mval>V7; RIGHT(INDEX($G$3:$K$3;mpos);2) & " TPC is bigger than TPC MEC by " & TEXT(ROUND(mval-V7;0);"#.##0") & " USD"; ""));"")...
  11. I

    Matching Multiple Criteria to Extract a Date

    I am trying to get the extract date to be put under the "Last Use of Body Scanner" in the last image. But before that, I need to match criteria, such as name match, most recent deployment with that equipment in use, and if that personnel is certified in that equipment before the date is...
  12. E

    Splitting Ranges of Data Apart

    Hello to all who might be able to assist me and my colleagues with this. I am trying to find a way to split the ranges of numbers apart and to get each individual number that would be in that range. For instance, some of the data I am working with is: 120751.120754 120760.120764...
  13. S

    Formula for Pulling Data From Sheet 2 Based on Cell Value in Sheet 1

    In excel I have sheet 1 and 2. Basically if the cell value in sheet 1 is either (s) or (c) I want to pull a value from sheet 2 based on the (s) or (c). So to break it down in sheet one I have the baseplate geometry and it can either be sqaure (s) or circular (c), based on if that cell says (s)...
  14. C

    Multiple Ifs, Ands, and Ors in one formula

    I am trying to make one formula that can incorporate many ifs, ands, and ors. Here are my individual statements: If D13 or H13 is “Lead” or “Lead-lined” then K13 should be “Lead” If D13 and H13 contain “Non-Lead” then K13 should be “Non-Lead” If D13 and H13 contain “Unknown” then K13 should...
  15. M

    Formula help wildcard text

    G'day, I need a formula to do the following. If cell contains a value with the number "0" anywhere in the referenced cell, the number "1" is returned, and if it contains a value with the text "EDO" anywhere in the cell a ".5" is returned. If neither of these is found a 0 is returned. Any help...
  16. S

    Formula for next upcoming fixture

    Hi there, It's been a while since I have posted here. I've had great help in the past so fingers crossed the same can be said for this time. Anyway, I have a fantasy premier league league which I am the league admin of. This season we are doing a head-to-head format which is posing new...
  17. T

    Formula Causes Memory Leak...Sometimes?!? Help me diagnose

    Hi Team, I have an Excel template which itemises a list of items. The numbering of each item is what makes this task particularly challenging. Depending on the column that the item is sitting in determines the numbering increment. A picture is worth 1000 words so I'll show the general gist of...
  18. S

    Using Defined name and/or direct formula in VBA

    Hi. I need some help with VBA code that should copy value from one cell to another. I have Defined name named ExtractCurrency with formula: =RIGHT(GET.CELL(53,ינואר!$I8),3) It working perfectly with direct formula in the sheet...
  19. A

    Random Number Generator That Can Exclude Numbers

    Hi, I am fairly new to Excel, and I am looking to create a random number generator that can exclude random numbers (these random numbers are not always the same.) I need to create this in sets, for example, A 1 through 12, B 1 through 12, and so on. Would it be possible to have the excluded...
  20. R

    Find Duplicates and change font color based on other cell value

    I have a table with cell value (Codes) in column "E"and date value in column "I" and because of these codes might be duplicated many times while I need only maximum two cells can be valid with the same code based on the date value in "I" if >=TODAY(). so I need a help please to check if there...

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