true;

  1. P

    Excel VBA Referencing Col Number from Named Range

    Hi, in the code below I am trying to reference the column number within setColumnFilterCriteria from the named range AttendeeStatus so that this piece works no matter where this column is. Any ideas on how to do so? function FilterAttendees() { var spreadsheet = SpreadsheetApp.getActive()...
  2. B

    If amount is whole number or equal to another column, TRUE; otherwise, FALSE

    Hello, I'm looking for formula that look at value in A3 and if that value is a whole number OR equal to value in A1 OR equal to value in A2, TRUE; otherwise FALSE. Thanks!
  3. I

    copy and paste - vba

    heyy please help i have a table with 4 columns. the first column is the name and the other, info than belongs to the firs column . i have try to make a macro for this but its not possible becouse the name dosnt appear in the same row. exp: Itay (my name) appear sometimes in row 3/6/7/12, but...
  4. J

    Tabs or skip over cells with certain input entered

    Hi there. <tbody> GRADE / LEVEL / XXHRS / FF/RU HRS / - XX / X / 4 / - / - RU / X / - / 4 / - </tbody> I have 3 columns. column "GRADE" is a "DATA VALIDATION" containing inputs XX,RU,FF. I wish to tab or enter over the cell that needs no input (-) when the certain input in...
  5. B

    Count within multiple criteria when one of the criteria is a date field

    Hi Guys, Please help. I am trying to count the number of days the adjustment user worked from a data set with multiple records for any given day. <tbody> ADJUSTMENT USER POSTING DATE KXE KXE KXE KXE KXE KXE KXE KXE KXE KXE KXE 1/01/2018 1/01/2018 3/01/2018 3/01/2018 3/01/2018...
  6. R

    Skip the loop when error

    Hi Mr. Excel users, I have a simple problem that needs to be corrected. Here is my code: ~~~~~~~~~~~~~~ For Num = 1 To TotalDuplicatePerCase Rows (1) .Find (What: = "New Value"). Select ActiveCell.Offset (Num, 0) .Select On Error GoTo...
  7. A

    Weight Loss total

    Each day I enter my weight in a cell running across the sheet Sunday - Monday 7 cells D3 - J3. I want to have the 8th cell K3 tell me each day how much I have loss since Sunday D3?
  8. A

    Items Sold this today, yesterday or at the end of the week or month

    I have quantities in cell D3 thru J3. D3 cell has the count of items at the beginning of the week. Each day the new inventory count is in the next cell. I want to be able to total at the end of each day how many items were sold?
  9. P

    Extract value with no same numbers row between values

    Hi All, i have problem with my excel table. I have table(sheet BA11) with almost 4k row and in this table are subtable repeated every 30-36 row. Every subtable has same layout but not same number of row. I need extract from table 2 value and this is Name and Total. Name alwas start NAME: xxx...
  10. P

    Extract data from table to another

    Hi All, i have problem with my excel table. I have table(sheet BA11) with almost 4k row and in this table are subtable repeated every 30-36 row. Every subtable has same layout but not same number of row. I need extract from table 2 value and this is Name and Total. Name alwas start NAME: xxx...
  11. H

    How to convert units of input cells automatically

    HI, I HAVE DATA INPUTS IN CELLS A1 TO A5. I WANT VALUES IN "INPUT CELL "TO CHANGE BASED ON UNIT SYSTEM (METRIC SYSTEM OR BRITISH SYSTEM) IF SELECTED AT FIRST. it is important to consider that that values in CELL A1 TO A5 ARE "INPUTS" FOR EXAMPLE...
  12. T

    CHALLENGE: Why can Excel still perform calculations on numbers stored as text???

    Whether I convert a number to "text" format, or use the apostrophe to indicate a text string that consists of numbers, I can still perform calculations on those strings. Why is that? Even crazier, I changed the number converted to "text" format to a string of letters, and my IF function still...
  13. S

    Cross Checking to columns of figures, complicated by duplications

    Hello I’m new to this and hope you may be able to help. I regularly get two columns of figures which I want to import into columns B and C in a worksheet. The goal is to end up with both columns the same. I therefore need to identify the differences between the columns. The problem is that...
  14. B

    Macro for cells containing certain text

    Hi there :nya: Need some help. Currently this macro only finds cells containing the exact text entered into the text box Search_OrganName. I would like it to find any cell from the range that contains that text rather than just exact matches. I'm thinking there is a really obvious solution...
  15. A

    Consolidate or What

    I have a TAB called KITTING. This TAB has the totals from 7 other tabs. The TABS are labeled STN, MDF, BACKBONE, CCTV, FIRE, ACCESS-IDS, PATH. Each of these TABs have the top row with PART NUMBER (B3), DESCRIPTION (C3), MANUFACTURER (D3), QUANTITY (E3), UNITS (F3). I would like to also add a...
  16. B

    Excel vba - combine multiple arrays into one

    If I have 5 arrays that have same dimension, can I combine them into one array with 5 subarrays. va = ws1.Range("A2", ws1.Cells(Rows.Count, "A").End(xlUp)).Value vb = ws1.Range("D2", ws1.Cells(Rows.Count, "D").End(xlUp)).Value vc = ws1.Range("F2", ws1.Cells(Rows.Count...
  17. Shreesurya

    Outlook - Check Email Id Domain

    Hello All, Could you please help me with below issue. I have to check each recipient's email ID in the To, CC & BCC and validate if domain falls under @gmail then it should add Confidential in front of subject line to encrypt it, however if its any other domain. it shouldn't add Confidential...
  18. C

    Windows 10 not recognizing file type after file save macro in VBA

    Hi Folks. I trade stocks. I just created a macro in a "template" file called CIA Trade Blotter Template.xlsm to paste value the trade date from a range that contains "today()" and then save the file (downgrading it to xlsx) with a datestamp appended to the filename [i.e. CIA Trade Blotter...
  19. C

    Macro to Copy Last 2 Sheets to a New Workbook

    I have a (model portfolio) macro enabled workbook with 3 company-focused sheets and 2 client-focused sheets. When changes are made to the portfolios on sheets 1-3 they flow to the nicely formatted sheets 4 and 5 via cell and name references. Then I ... 1) copy the last 2 sheets into a new...
  20. A

    Help can't get it to work

    I am trying to total project amounts that we have "WON" On tab BID STATUS in column "D" I have the salesperson ID "FRE102". In column "F" I have the status "WON, LOST or WAITING" and in column "G" I have the $ value. On the TOTALS tab I have a cell I want to give me each salespersons total is...

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