formulas in a cell

  1. F

    Macro to convert formulas from 1 syntax to another

    Hello Excel Gurus, I am trying to write a macro which will search through an entire worksheet for a specific formula (excel add-in) and replace it with another special formula (excel add-in). The added twist is that the syntax for each formula is different. Details as follows: Formula A...
  2. S

    Calculating Bonus Based on multiple cells

    I need to calculate a bonus paid to a salesperson based upon multiple factors. IB Pay = hours per demo (f4) then it looks at the pay period (a2) depending on the pay period (due to seasonal volume) would dictate which bonus structure to use see tables below. Once you determine what the...
  3. J

    Excel Help regarding formulas

    I am trying to figure out 2 equations that I am stuck on. Question 1: I have a cell dedicated to the number of cars not cleaned (A91) and I want to pull data from a column of cells on the same spreadsheet that are labeled "# Cleans/month". The values of those cells (G79:G115) range from 0-4...
  4. C

    Making a table Macro More efficient

    Hey everyone I'm using this code to make a table for a graph to update by selection of data but I'm using a very inefficient method to do it. it works but I am wondering if there is a better way. Range("B22").Select ActiveCell.FormulaR1C1 = _ "=(COUNTIFS('Hidden graph...
  5. M

    Repeating rows at the bottom with formula

    I know you can make static rows repeat at the bottom with custom footers. However, it is limited to what footer options allow you. I wanted to see if there was a way to make rows repeat at the bottom that had formulas written into it. It is preferable to do so with out macro help as well. I...
  6. J

    Select and sum

    Hi, I'm trying to create an hours sheet, where I have employees select a dropdown with all the projects they are working on and then writing down the hours for it for each day of the month, e.g. the sheet will have days 1 to 31, the next column will be dropdown and the 3rd column would be where...
  7. A

    Sum up values based on comma separated values that reference a table

    Hi, I'm new to posting on forums like this so bare with me as I try to explain what I'm attempting to accomplish. My company has a lab and we run different tests for different samples. I'm trying to find the total time the sample will take to run based on the tests selected. We currently have...
  8. A

    need help with a VLOOKUP formula

    i need help with some formulas for this sheet i need to create basically what i want the sheet to do is to locate the names in column 1 who have value greater than x in column 2 and then reflect it into a new tablet now i'm very open minded like if there will have to be several sheets or if...
  9. C

    use sum product on cells that contain formulas

    I have the current formula to use as a count based on 2 criteria. =SUMPRODUCT((TEXT(Order!A2:A65535,"m/dd/yy")=TEXT('Order Confirmation'!$L$13,"m/dd/yy"))*(Order!H2:H65535>=1)*(Order!A2:A65535<>"")*(Order!H2:H65535<>"")) Column A on my Order sheet is an entered date and L13 is a specific date...
  10. M

    use formula with different cells

    Hi all, I have a formula: =IF(C7<0.000001,"Remote/Improbable",IF(C7<0.00001,"Unlikely",IF(C7<0.0001,"Possible",IF(C7<0.001,"Likely",IF(C7<0.01,"Frequent"))))) I use this formula with differents cells each time, ie, C7, C10, C12, etc.. 1. Can I write the formula in another cell and each time I...
  11. K

    Simplifying long 'MAX' formula

    Hi, New here and my experience level with excel is only a little above basic. using Excel 2010 and trying to mock up a time sheet template; have got most formulas in place however need a bit of help with simplifying the formula below...
  12. E

    Excel VBA: Inserting an IF statement into a cell

    Hello! As part of a macro, I have a formula in a cell that calculates the difference between 2 other cells. Now, I am trying to insert an IF statement into another cell that will look at this difference, and if the difference = 0, it will return the words "ON TARGET" in the cell. If the...

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