ifthen

  1. M

    Auto-populate data from multiple sheets into one master sheet- Help

    I created 11 different tabs to be filled out. Is there a way to have the data in each of those sheets auto-populate into one master sheet? I need to show the totals of each product selected. I only included the Master Sheet and 2 tabs below. Thank you for your help. Master Sheet...
  2. K

    SUMPRODUCT CONTINUED

    I am self taught and don't always know the right way to ask the questions to google. 2 days ago I posted my sumproduct formula and with help it worked perfectly. Now I am trying to add an IF for a zero return, (which is ok, I need the zeros to populate), but if it is not a zero, I need it to be...
  3. T

    Using an if statement to add an attachment to an email

    I need to use an if statement to add an attachment to an email if cell G5 contains specific text (e.g. "Specific Text"). I've tried using If Range("G5").Value = "Specific Text" Then .Attachment.Add "C:\Documents\MadeUpFileLocation\ImageName.JPG" End If but the debug is highlighting the...
  4. R

    countif? or ifthen?

    Hello, I want to insert "yes'/"no" in columns I & J below based on if each row has 3 No's or 3 Yes's but the cells are non sequential, how would I write this? using a countif or an ifthen? Required skills Met Yes Required skills Met No Total hours Count Total hours Met Yes Total hours Met...
  5. A

    Remove Duplicates and Copy Data in Column F

    I have a project that I am working on that is copying data from 1 tab and pasting into the other but I am coming upon an obstacle. I have a series of code that is comparing data in column A and if it matches then it pastes the quantity in column F. However if there is a row where the data...
  6. S

    Two Formulas in one cell

    Hello, I am working on a formula which populates each row with "Client Profile" (C8) if the corresponding year for each row meets the years outlined in the client profile sheet (D8 & E8). If it does not, the cell returns $0. I have accomplished this with: =IF(AND(D7>='Client...
  7. D

    Inserting an image based on the content of the adjacent cell

    I have a list of zip codes in a verticle column (A32:A200) on a sheet Named "Formulas". I have an image named "Bolt" in cell C4 on a sheet, named "New Job Log". Also on that New Job Log sheet, I have two non adjacent columns. On the left, starting at C5 is an empty column of cells. On the...
  8. R

    If statement with multiple conditions

    It's been awhile for me... what I need is to setup a formula to look for date in one cell then if the condition is met have it total the number in the next column. In the example table below the formula I'm trying to solve is the 'Total" column. TIA Name Month Number Month Total Test A...
  9. M

    If call value in master sheet equals Tab name, copy rows with that name value into Tab

    Hi guys! I currently have a workbook that has a master tab (ACCTHX) and a tab created for every member. The ACCTHX tab has a line for each member and each month (so one member will have 12 lines- sometimes more). I need to copy and paste their 12 or more rows (columns D:H) into their...
  10. B

    Expiry Date IFTHEN?

    Hi! I am trying to figure out a formula for the following (hopefully I explain it correctly) I currently have a sheet where the date of training is entered, and the expiry date is then auto-filled based on the first of the next month of the following year (some have 2 year anniversary dates)...
  11. B

    Select Query based on day of the week

    I have a query that every day pulls yesterday's data from an sql database and drops it into Access. SELECT Date, InvoiceNo, Customer FROM SalesDatabase WHERE Date=Yesterdaysdate What I need it to do though is when today's date is a Monday, I need it to gather the data for Friday, Saturday...
  12. E

    How to use VBA to do Conditional Formatting (NOT applying VBA)

    I have two sheets. Sheet 1 looks like this: Sheet 2's layout is exactly like sheet1's, but rows' sequence may change and some $ amounts may change as well Currently, I am using this VBA code to compare and contrast two sheets, then highlight the differences. Sub Try()...
  13. T

    Need to changed the value in a cell based on another cell with multiple values options

    I need aformula that will auto populate like this: If A1 shows “M”,then auto populate in A2 “T”, or “T” , “W”, or “Th”, “F”, and so on. I was tryingto write an “IF” statement, and then a VLOOKUP, but I am not good at writingthese formulas. Could anyone assist in helping write this. I...
  14. L

    how to concatenate if text starts with qvs* only for multiple columns

    Hello, I’m stuck in a situation where I need to be able to use VLookup to pull information based on text strings that all start with qvs. I’ve used normal concatenate across the 5 columns in question but it returns too much information and my vlookup formula errors. Is there a way to write a...
  15. T

    VBA Help: Using *Insert Row* to adjust distance between random distance of Row A to cell containing "ID #"

    I'm a bit new to VBA. But, I've gotten pretty far into this project at work. However, I've come across a logic problem that I don't have a knowledge base wide enough to complete: The problem goes like this: I have many Work books that I need to export to a master WB one at a time (this wb then...
  16. K

    VBA Help, Find, Copy & Paste

    I'm very new to VBA and figuring it out through YouTube videos and online google searches. I'm having some problems finding out how to do an If Then statement in VBA. I have the same text that can be found in either cell A47 or B47. The text is "Other." I want to do an If statement that says...
  17. W

    If value = 0 then do not add iRow to table?

    Hello! I have a "Ship" button with a macro that copies filled out rows in an order form and adds them to a list of shipments in another workbook. In Workbook A, there is a table of part numbers and their quantities, referred to in the code as iRow. Sometimes I have to make partial shipments, so...
  18. A

    Macro Help

    Hello everyone. I am a new user and a beginner in Excel's VBA. I was wondering how to create a macro that searches for a specific text, and any value associated to that text will shift over to a certain column. I would assume I would need to use an If Then statement, but like I said, I am very...
  19. P

    If match then display 0 or 1

    <tbody> ID FULL ID LEFT ID RIGHT ID TYPE 1234 1234 1 2345 2345 0 3456 3456 0 6234 6234 1 4657 4657 1 6879 6879 1 1243 1243 1 5436 5436 0 7896 7896 1 4894 4894 0 </tbody> I am having trouble getting the values in Column "Type". So the idea here is that...
  20. 1

    Nested If Then Question

    Hello, I am having an issue with an Nested IF THEN statement. I am hoping you can assist. The formula i have is located in DR4 `=IF(DF4="0","",IF(R4="PC",((S4+1.5)*(T4+1.5)*(U4+1.5)-(S4*T4*U4)),((S4+1.5)*(T4+1.5)*(U4+1.5)-(S4*T4*U4))*V4)/1728*7.48) the goal is to look at DF4 if its zero...

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