excelformula

  1. P

    Extracting a word from the text

    I need an Excel formula that will find the word that has a certain text on it. In the table below, I've tried to show what I mean. In column A, you can see the word that needs to be found in column B of the text, and in column C, where the formula should go to get the needed word, I would...
  2. D

    Building an Excel Formula

    Building an excel formula that if a store is required to be open til 1am and their sales from midnight to 1am is greater than 100 then "yes" if not true then "no"
  3. J

    w.a.n.t formula

    I have a column as NOTES that contains data such as 01-feb-2022 text text text w. text date text a.text date text n. text date text t. text date text basically, w.a.n.t. are the stages the note is written for. I want a formula to check if w.a.n.t. is present in the cell. There are some...
  4. P

    Formula producing a negative value

    Afternoon all, I'm in the process of making a calculator for my work place an have run into a slight mind block I'm trying to calculate differences on 2 variables which is based on a pass or fail scenario the code I'm using is this...
  5. T

    Backlog in DataBase.

    Hi guys, I need to create a short schedule about my backlog in my DB. As you can see I have 5 category ( PWHT ,MPI/PT, HT, RT, UT ) with a little backlog ( PWHT 4 , MPI/PT 0 , HT 7 , RT 16, UT 0 .) and I want to see only Backlog Lines from my DB. DB range in Sheet1 A2:CC367 and also after...
  6. D

    Offsetting excel formula

    I have code to where it takes a table and makes exact copies of them one after another. sheet one has a table that is 16 columns and when I run the code it will past the same 16 columns, for example A-P is the 16 then it leaves Q empty then pastes the 16 starting at R and so on Sheet two has 3...
  7. M

    VBA Code s not working even though the sum of filtered values are equal to 0.

    Set SumRange = ReconWS.Range(Cells(2, AmountFilter), Cells(ReconRows, AmountFilter)).SpecialCells(xlCellTypeVisible) If Application.WorksheetFunction.Sum(SumRange) = 0 Then ReconWS.Range(Cells(2, MatchedItem),Cells(ReconRows,MatchedItem)).SpecialCells(xlCellTypeVisible).Select...
  8. S

    .Send function is not working for by below code

    Sub Mail_workbook_Outlook_1() Dim UserInputToEmail As String Dim OutApp As Object Dim OutMail As Object Set OutApp = CreateObject("Outlook.Application") Set OutMail = OutApp.CreateItem(0) UserInputToEmail = Application.InputBox("Enter your email id") On Error Resume...
  9. S

    Is there a Excel formula range to automatically move month on month?

    I am currently trying to use a formula range to automatically move along a column every month based on values up until the current month. When a new month begins the formula should extend its range to the next new month and extend the sum. Each month ranges up to 4 years worth. the error seems...
  10. M

    Excel Formula Help - need excel to look up a text and sum all values that have that text in multiple rows and columns

    I am hoping someone could help me with an excel function I am struggling with. I have two tables one in sheet one and one in sheet two (as shown below). I want to generate an excel formula that will sum all the values for Q1 - Q4 that match each fruit name in the summary table on sheet 2. So...
  11. H

    Urgent Excel Formula Help Needed!

    Hi Guys, I am trying to develop a formula which can help me do the following: 1. Looks up for two specific values in two separate columns 2. Looks for the first value in a third column and also looks for the second value in a fourth value 3. If both the first value and second value are found...
  12. A

    Search for specific value in range of cells

    I'm stumped trying to get my formula to do what I want it to do. The formula I am using is: =IF(ISNUMBER(SEARCH("2003",F4)),"NOT OK","OK") and the goal is to search for the text 2003 in a cell. This formula works perfect for cell F4 when the text is something like: "Microsoft Windows Server 2003...
  13. J

    Change The ROW / COLUMN from a formula

    C8 = "20" , K8 = "$1000" , K22 = "$2000" if c3 = "=c8" , THEN c2 = k8 = "$1000" if c3 = "=c22" , then c2 = k22 = "$2000" so if i just need to change c3 value , then c2 will follow is this possible? i want the formula in C2 cell thank you

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