google sheets

  1. M

    Excel PQ from Google Sheets

    Hi there I need the ability to create QR codes in bulk. I have found a way to do this en Google sheets - I'm using this formula( =IMAGE("https://api.qrserver.com/v1/create-qr-code/?size=150x150&data="&ENCODEURL(D2)) where "D2" is the URL. I have tried using Power Query to get the data, but it...
  2. M

    Google Sheets | Where do I put a TOTALS array in the following formula?

    Good afternoon, Please could you advise where i would put the following array: {QUERY;{"TOTAL",SUM($E$5:$E)}} ...in this query: =IFERROR(QUERY(IMPORTRANGE("sheetname","INVOICE_ENTRY!B2:J"), "SELECT *" & IF ((LEFT(G4,1))="*", "WHERE Col7 STARTS WITH '"& RIGHT(G4,LEN(G4)-1) &"' AND Col1...
  3. D

    Data validation in Google Spreadsheet.

    I have a Google spreadsheet that has a list of problems, the resolution to those problems, and the status of completion. Column G is where the users are to enter the needed resolution to the problem. Column H is where the users indicate the status (with only three options): * Not started * In...
  4. D

    Data Validation in a Different way!

    *This is not an Excel problem, this is Google spreadsheet problem. I am posting my problem here because I have received very helpful solutions on excel through this site, but now I am in a problem with google sheet and I don't have any platform except this, So please help me! I have a Google...
  5. M

    [google sheets] - SUMPRODUCT within ARRAYFORMULA

    Dear Demigods, Hope that I can post this here..... I'm using Google Sheets and I have the following formula in column O which is copied down as far as the eye can see: =ARRAYFORMULA(SUMPRODUCT((GOODSOUT!$A$2:GOODSOUT!$A$1004=GOODSIN!C2)*(GOODSOUT!$L$2:GOODSOUT!$L$1004))) Google Sheets has a...
  6. E

    How to sum different cells across multiple sheets based on the criteria on google sheets

    I have a google sheets spreadsheet with multiple sheets for different clients. On the overview sheet I want to pull data for the specific month i.e March and specific column header i.e Sales from each of the clients sheets if that data appears. The data isn't in the same cell across each sheet...
  7. R

    Extract more than 2 words into various cells

    I have a string of text in Google Sheets - I would assume is the same formula I can get the first 2 words - but not sure how to expand to get 3rd + In Cell F2 I have typed: (no bold) Wall panels for interior wall FIRST WORD =LEFT(F2; SEARCH(" ";F2;1)-1) SECOND WORD =MID(F2; SEARCH(" ";F2) +...
  8. C

    Help with Google Sheets Formula

    I'm working on a tax sheet for personal use in Google Sheets. The hard thing is that the tax rate has been different for the last three years, making it hard for me to make the correct formula. I have two tabs in the sheet - Main sheet (showing taxes and tax rate - Tax calculation sheet The...
  9. ncsushley

    Array formula with lookup based on multiple criteria including a date range

    I tried to find help with this question on Stack Overflow here but did not get a complete answer. I use this Google sheet to track proofreading jobs. I'm trying to modify the array formula in P1 that calculates the billable total for each job. The formula currently uses the Turnaround and...
  10. J

    Excel to Google Sheets Script

    I am using a script below for excel to pull a certain row value from one sheet to another cell on a different sheet. I just want to know if this can be done with google sheets thru script and if it's possible, i will appreciate if you can walk me through the process. Here's the code I am using...
  11. J

    Google Sheets - export to excel

    Hi - Does anyone know of a macro,etc... that would automatically export data from a google sheet into an excel sheet on a google drive ? Both files would be on the google drive. I would like to have a macro that would on a timely period (say once a day) export the data in a google sheet into...
  12. M

    Save Macros for adding data to new sheet and new line

    Hi, I need help with this macro for google sheets. I am creating a form with a save and clear button macro. I want to create a save button macro that allows me to save my data in a specific spreadsheet and every entry goes to a different row in that spreadsheet every time I press the save...
  13. C

    Differences between Excel files when using VBA to automatically save workbook

    Hello, I have written/recorded a long VBA code to reformat data. I have two versions of this code. One version automatically saves the file to a specific folder and reformats the data while the other just reformats the data. Here's the code I used to save the workbook: ActiveWorkbook.SaveAs...
  14. A

    Google Form to Google Sheets - how do I get Age responses with text into numbers?

    Hello, I have a Google Form which will be used to register animals for a spay & neuter clinic. One of the questions is "Age". I have multiple choices in Col A which include text. I want those choices to turn into numbers in Col B. I intend to report stats based on age groups in Col C. 1) Is...
  15. C

    Google sheets formula for values that are greater than or equal to but less than

    I need a formula for a sheet which will calculate the sum of values in another sheet between a range i specify. For example, find the sum of 'Sheet2 column A' where values in 'Sheet2 column B' are greater than or equal to 3.0 but less than 4. Sheet2 looks like the following <tbody> Total...
  16. S

    Batch Data Import to Google Sheets

    Hi, Thank you very much for taking out time and trying to help me out. Here is what I am stuck with : 1. I have a list of around 4000 companies 2. Each of those companies have three financial statements (two of them enclosed for reference) 3. Therefore I have around 12000 sheets to work with...
  17. S

    Excel table equivalent to tree diagram

    How do I create a 12-month table with several variables in Excel? Say I start with 5 possible X values and have two growth factors, each with 5 proposed values I want to test (Z1-5+Y1-5) through the end of the 12th month and see the product of each combination (125) like a large tree diagram would.
  18. J

    Power Query from Google Sheets results in #DIV/0

    Hi everyone, I'm new to this forum. I use Excel on a daily basis for work and have recently started playing around with Power Query for pulling in data from the internet. Haven't been able to find any info on this specific problem that I've been having. Google Sheets has a handy finance...
  19. A

    Add 1 hour to Timestamp with if statement

    I want to add 7 hours to timestamp if time is 01:00:00AM and add 1 hour if it's not 01:00:00AM. I tried - if(A2=TIMEVALUE("01:00:00AM"),A2+TIME(7,0,0),A2+TIME(1,0,0)) A2 = <style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>08/Jan/19 8:0:0AM 1...
  20. P

    Complex Sumproduct Formula Not Translating to Google Sheets

    I'm trying to convert a model that has a complex sumproduct formula: "=SUMPRODUCT($AX14:CB14,N(OFFSET($BX$4:DB$4,0,COLUMN(DB$4)-COLUMN($BX$4:DB$4))))" And once the column count gets to 31 (range of AX->CB...BX->DB), I get the following error: "SUMPRODUCT has mismatched range sizes. Expected...

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