How to copy formula in Excel: down a column, without changing references, etc.

In this tutorial, you will learn a few different ways of copying formulas in Excel - how to copy formula down a column, to all of the selected cells, copy a formula exactly without changing cell references or formatting, and more.

Copying formulas in Excel is one of the easiest tasks that is usually done in a mouse click. I say "usually" because there can be very specific cases that require special tricks, like copying a range of formulas without changing cell references or entering the same formula in multiple non-adjacent cells.

Luckily, Microsoft Excel offers many ways to do the same task, and it is true for copying formulas. In this tutorial, we are going to discuss different ways to copy formulas in Excel so that you could choose the one best suited for your task.

How to copy formula down a column

Microsoft Excel provide a really quick way to copy a formula down a column. You just do the following:

  1. Enter a formula in the top cell.
  2. Select the cell with the formula, and hover the mouse cursor over a small square at the lower right-hand corner of the cell, which is called the Fill handle. As you do this, the cursor will change to a thick black cross.
  3. Hold and drag the fill handle down the column over the cells where you want to copy the formula.

Drag the formula down to copy it to other cells in a column.

In a similar manner, you can drag formula into adjacent cells to the right, to the left or upwards.

If the formula includes relative cell references (without the $ sign), they will automatically change based on a relative position of rows and columns. So, after copying the formula, verify that the cell references have got adjusted properly and produce the result that you want. If necessary, switch between absolute, relative and mixed references by using the F4 key.

In the above example, to make sure the formula was copied correctly, let's select some cell in column C, say C4, and view the cell reference in the formula bar. As you can see in the screenshot below, the formula is all right - relative to row 4, exactly as it should be:
The formula is copied down the column, and the cell references are adjusted properly.

How to copy a formula down without copying formatting

Copying a formula down by dragging the fill handle not only copies the formula, but also the source cell formatting such as font or background color, currency symbols, the number of displayed decimal places, etc. In most cases, this works just fine, but sometimes it can mess up the existing formats in cells where the formula is being copied to. A common example is overwriting alternate row shading like in the following screenshot.
Dragging the fill handle copies a formula and the source cell formatting.

For prevent overwriting the existing cell formatting, drag the fill handle as demonstrated above, release it, click the Auto Fill Options drop-down menu, and select Fill Without Formatting.
Use the Fill Without Formatting option to copy a formula but not formatting.

Copy formula to the entire column

As you've just seen, the fill handle makes copying formulas in Excel really easy. But what if you need to copy a formula down a ten-hundred-line sheet? Dragging the formula over hundreds of rows does not look like a good idea. Luckily, Microsoft Excel provides a couple of quick solutions for this case as well.

Double-click the plus sign to fill the whole column

To apply the formula to the entire column, double-click the plus sign instead of dragging it. For those who have skipped the first section of this tutorial, the detailed steps follow below.

To copy an Excel formula to the whole column, do the following:

  1. Input your formula in the top cell.
  2. Position the cursor to the lower right corner of the cell with the formula, wait until it turns into the plus sign, and then double-click the plus.

Double-click the plus sign to copy a formula to the entire column.

Note. Double-clicking the plus sign copies the formula down as far as there is some data in the adjacent column(s). As soon as an empty row occurs, the auto fill stops. So, if your worksheet contains any gaps, you will have to repeat the above process to copy the formula below an empty row or drag the fill handle as explained in the previous examples:
Double-clicking the plus sign copies the formula down until the first empty row.

Create an Excel table to copy a formula to all cells in a column automatically

Among other great features of Excel tables such as predefined styles, sorting, filtering and banded rows, automatically calculated columns is what makes an Excel table a truly wonderful tool for analyzing groups of related data.

By entering a formula into one cell in a table column (just any cell, not necessarily the top one), you create a calculated column and have your formula instantly copied to all other cells in that column. Unlike the fill handle, Excel tables have no problem with copying the formula across the entire column even if the table has one or more empty rows:
To apply the formula to all cells in a column, convert a range of cells into an Excel table.

To convert a range of cells to an Excel table, simply select all the cells and press Ctrl + T. If you prefer a visual way, select the range, go to the Insert tab > Tables group on the Excel ribbon, and click the Table button.

Tip. If you don't really want an Excel table in your worksheet, to can create it temporary, to make the work with formulas easier, and then you can convert the table back to a usual range in a second. Just right-click the table and choose Table > Convert to Range in the context menu.

Copy a formula to non-adjacent cells / ranges

It goes without saying that the fill handle is the fastest way to copy formula in Excel. But what if you want to copy your Excel formula in non-contiguous cells or beyond the end of the source data? Just use the old good copy & paste way:

  1. Click the cell with the formula to select it.
  2. Press Ctrl + C to copy the formula.
  3. Select a cell or a range of cells where you want to paste the formula (to select non-adjacent ranges, press and hold the Ctrl key).
  4. Press Ctrl + V to paste the formula.
  5. Press Enter to complete the pasted formulas.

Copying a formula to non-adjacent cells

Note. The copy/paste shortcuts copy the formula and formatting. To copy the formula without formatting, choose an appropriate Paste option on the ribbon or in the right-click menu, as demonstrated in Copying an Excel formula without formatting.

Enter a formula into multiple cells with a single key stroke (Ctrl + Enter)

In situations when you need to input the same formula in more than one cell on a worksheet, adjacent or non-adjacent ones, this method can be a time-saver.

  1. Select all the cells where you want to enter the formula. To select non-contiguous cells, press and hold the Ctrl key.
  2. Press F2 to enter the edit mode.
  3. Input your formula in one cell, and press Ctrl + Enter instead of Enter. That's it! The formula will get copied to all of the selected cells, and Excel will adjust relative cell references accordingly.

Enter an Excel formula into multiple cells with a single key stroke.

Tip. You can use this method to enter any data, not just formulas, in multiple cells at a time. A few other techniques are described in the following tutorial: How to enter the same data into all selected cells at a time.

How to copy an Excel formula but not formatting

As you already know, when copying a formula down a column in Excel, you can use the Fill Without Formatting option that lets you copy the formula but keep the existing formatting of the destination cells. Excel's Copy & Paste feature offers even more flexibility with regard to paste options.

  1. Select the sell containing the formula.
  2. Copy that cell by pressing Ctrl + C. Alternatively, right click the cell and select Copy from the context menu, or click the Copy button on the Home tab > Clipboard.
  3. Select all the cells to which you want to copy the formula.
  4. Right-click the selected cells and choose Formulas under Paste Options:
    Copying a formula but not formatting

For more paste options, click the arrow below the Paste button on the ribbon. For example, you can select Formulas & Number Formatting to paste only the formula and the number formatting such as percent format, currency format, and the like:
Copying a formula and number formatting

Tip. If you are not sure which paste option works best for you, hover the mouse over different icons to see a preview of this or that paste option.

Copy formula in Excel without changing references

Excel formulas rarely occur in a spreadsheet in solitude. In most cases, you enter a formula in one cell, and then copy it to other cells in the same column or row, to perform the same calculation on a group of data. And if your formula contains relative cell references (without $), Excel automatically adjusts them so that each formula operates on data on its own row or column. Most of the time, this is exactly what you want. For example, if you have the formula =A1*2 in cell B1, and you copy this formula to cell B3, the formula will change to =A3*2.

But what if you want Excel to copy the formula exactly, without changing the cell references along the way? Depending on your particular task, choose one of the following solutions.

Copy or move a single formula without changing cell references

If you need to copy or move just one formula, making an exact copy is easy.

  1. Select the cell with the formula you want to copy.
  2. Select the formula in the formula bar using the mouse, and press Ctrl + C to copy it. If you want to move the formula, press Ctrl + X to cut it.
    Copy a single formula without changing cell references.
  3. Press the Esc key to exit the formula bar.
  4. Select the destination cell and press Ctl + V to paste the formula there.

Alternatively, you can enter the editing mode and copy the formula in the cell as text:

  1. Select a cell with the formula.
  2. Press F2 (or double-click the cell) to enter the editing mode.
  3. Select the formula in the cell using the mouse, and press Ctrl + C to copy it.
    Enter the editing mode and copy the formula in the cell as text.
  4. Select the destination cell, and press Ctl+V. This will paste the formula exactly, without changing the cell references, because the formula was copied as text.

Tip. To quickly copy a formula from the above cell with no reference changed, select the cell where you want to paste the formula and press Ctrl + '.

Copy a range of formulas without changing cell references

To move or copy a range of Excel formulas so that no cell references are changed, use one of the following methods.

Method 1. Use absolute or mixed cell references

If you need to make an exact copy of formulas with relative cell references (like A1), the best way would be changing them to absolute references ($A$1) to fix the reference to a given cell, so that it remains static no matter where the formula moves. In other cases, you may need to use mixed cell references ($A1 or A$1) to lock either a column or row. Doesn't make much sense so far? Okay, let's consider the following example.

Supposing, you have a table that calculates the fruit prices in EUR based on the USD price in column B and the exchange rate in cell C2:
An Excel formula with a relative cell reference

As you can see in the screenshot above, the formula includes an absolute cell reference ($C$2) to fix the exchange rate to cell C2, and a relative cell reference to cell B5 because you want this reference to adjust for each row. And this approach works well as long as the formulas remain in column C.

But let's see what happens if you need, say, to move the EUR prices from column C to column F. If you copy the formulas in a usual way by copying/pasting the cells, the formula from cell C5 (=B5*$C$2) will change to =D5*$C$2 when pasted in cell F5, making your calculations all wrong!

To fix this, just change a relative reference (B5) to a mixed reference $B5 (absolute column and relative row). By putting the dollar sign ($) in front of the column letter you anchor the reference to column B, no matter where the formula moves.

And now, if you copy or move the formulas from column D to column F, or any other column, the column reference won't change because you locked it by the dollar sign ($B5).
Use absolute or mixed cell references to copy the formula without changing references.

The concept of Excel cell references may be difficult to grasp from the outset, but trust me it's worth your time and effort because it will save you much more time in the long run. For example, see how you can calculate the entire table with a single formula by using mixed cell references.

However, if you already have a ton of formulas with relative cell references in your Excel sheet, and you need to quickly make an exact copy of those formulas but you don't feel like you can get the references right, one of the following methods could be a solution.

Method 2. Copy Excel formulas without changing references via Notepad

  1. Enter the formula view mode by pressing the Ctrl + ` shortcut, or by using any other method described in How to show formulas in Excel.
  2. Select all the cells with the formulas you want to copy or move.
  3. Press Ctrl + C to copy the formulas, or Ctrl + X to cut them. Use the latter shortcut if you want to move formulas to a new location.
    Enter the formula view mode and copy the formulas.
  4. Open Notepad or any other text editor and press Ctrl + V to paste the formulas there. Then press Ctrl + A to select all the formulas, and Ctrl + C to copy them as text.
  5. In your Excel worksheet, select the upper-left cell where you want to paste the formulas, and press Ctrl + V.

Notes:

  • You can paste the formulas only in the same worksheet where your original formulas are located, unless the references include the sheet name, otherwise the formulas will be broken.
  • The worksheet should be in formula view mode. To verify this, go to the Formulas tab > Formula Auditing group, and check if the Show Formulas button is toggled on.
  • After pasting the formulas, press Ctrl + ` to toggle off the formula view mode.

Method 3. Copy formulas exactly by using Excel's Find and Replace

To copy a range of Excel formulas without changing their cell references, you can use the Excel Find and Replace feature in the following way.

  1. Select the cells with the formulas that you want to copy.
  2. On the Home tab, go to the Editing group, and click Find & Select > Replace… Or, simply press Ctrl + H, which is the shortcut for launching the Find & Replace dialog in Excel.
  3. In the Find & Replace dialog window, type the equal sign (=) in the Find what box. In the Replace with box, input some symbol or a string of characters that is not used in any of your formulas, like ', # or \.
    Replace the equal sign with some other character to turn the formulas into text strings.The purpose of this step is to turn formulas into text strings, which will prevent Excel from changing the cell references during the copy process.

    Note. Do not use an asterisk (*) or question mark (?) for replacement, since these are wildcard characters in Excel and using them would make later steps more difficult.

  4. Click the Replace All button and close the Find and Replace dialog. All the formulas in the selected range will turn into text strings:
    The formulas turned into text strings are copied without changing references.
  5. Now, you can select any cells, press Ctrl + C to copy them, select the top cell in the current worksheet where you want to paste the formulas, and press Ctrl + V. Since Excel does not interpret the formulas without the equal sign as formulas, they will be copied exactly, without changing references.
  6. Use Find & Replace again to reverse the change. Select both regions, with the original formulas and copied ones (to select non-adjacent regions, press and hold Ctrl). Press Ctrl + H to open the Find & Replace dialog. This time, enter the back slash (\) (or any other character you used for the first replacement) in the Find what box, and = in the Replace with box, and click the Replace All button. Done!

Shortcuts to copy Excel formula to other cells

1. Copy a formula down

Ctrl + D - Copy a formula from the cell above and adjusts the cell references.

For example, if you have a formula in cell A1 and you want to copy it to cell A2, select A2 and press Ctrl + D.
Press Ctrl + D to copy a formula from the cell above.

2. Copy a formula to the right

Ctrl + R - Copy a formula from the cell to the left and adjusts the cell references.

For example, if you have a formula in cell A2 and you want to copy it to cell B2, select B2 and press Ctrl + R.
Press Ctrl + R to copy a formula from the cell to the left.

Tip. Both of the above shortcuts can be used to copy formulas to multiple cells too. The trick is to select both the source cell and target cells before pressing the shortcut. For example, if you want to copy the formula from A1 to the next 9 rows, select cells A1:A10 and press Ctrl + D.

3. Copy a formula down exactly

Ctrl + ' - Copies a formula from the cell above to the currently selected cell exactly and leaves the cell in edit mode.

This is a quick way to make an exact copy of a formula without changing cell references. For example, to copy a formula from cell A1 to A2 so that no references are changed, select A2 and press Ctrl + '.

Note. Don't confuse the shortcut Ctrl + ' (Ctrl + single quote) that exactly copies a formula from the cell above with Ctrl + ` (Ctrl + grave accent key) that activates show formulas mode in Excel.

Press Ctrl + ' to copy a formula from the cell above without changing cell references.

Well, this is all I have to say about copying formulas in Excel. If you know some other methods to quickly move or copy formula in Excel sheets, please do share. I thank you for reading and hope to see you on our blog next week!

185 comments

  1. I have this formula

    =IF((E3*J10)-H10<0,(0),((E3*J10)-H10))

    And I want it to continue down the same column, adjusting J and H to the corresponding row. However E3 should stay the same all the way down the column.

    How can I do this?

  2. Thank you for that!
    Wondering if you could help me figure out how to copy the following formula so to keep some references while adapting to the active cell. Not sure how to phrase this... I'm no expert at all!

    The formula is : =SI(SOMME($D9:D9)<$B9-$B$2;$B$2;$B9-SOMME($D9:D9))

    $B$2 can't change
    $B9 : the line number changes, but the column stays the same
    Other references change according to active cell...
    Say that I copy the formula in cell G10, it needs to be : =SI(SOMME($H10:H10)<$B10-$B$2;$B$2;$B10-SOMME($H10:H10))
    And dragging it to the left : =SI(SOMME(G10:$H10)<$B10-$B$2;$B$2;$B10-SOMME(G10:$H10))

    Any way to make this simple, as I don't need it in every line?

    I would be so grateful if you could solve this for me. Many thanks!

  3. Regarding the sample under section "Enter a formula into multiple cells with a single key stroke (Ctrl + Enter)," it does not do what it is supposed to. It will show the US - EUR value in all cells. I would like to know how to accomplish what it is trying to do in one click though.

    • Upon further assessment, the desired task can be accomplished by entering the formula $B5*C$2 into cell C5, and then using paste special "all using source theme" into the remainder of the cells.

  4. Hi

    I have copied this formula down a column (=TEXT(E2;"MMMM") - It works fine in copying the formula down, but now all the cells in the column say January. I want it only to show the month once the date is input into the source cell

  5. Great article! I have used the method of copying cells in formula view and then pasting into Notepad before copying and pasting again into another workbook and it has been a real time-saver. Unfortunately, I just switched from Windows 10 to Windows 11, and this method appears to no longer work, as what appears when pasting into Notepad is the cell results...not the formulas. Are you able to confirm this? If so, do you have an alternate method of copying from one sheet to another?

    • Ryan:
      Ctrl+~ will show the formulas in the cells, when you highlight and copy they now paste over into notepad by formula instead of values like you're seeing.

  6. Please assist if I copy a formula from one cell to the cells below and the cell gives me the same result of the first cell in all the subsequent cells
    What do I have to change to get a progressive amount in each cell

  7. how to apply a formula to one cell make apply to entire column without dragging or copying that formulas like

  8. If a formula is in A1 and that formula needs to be dragged across to the right (maintaining column and row) and dragged downwards (maintaining only column). how can i do that quickly without "F4" locking it and then unlocking it when necessary?

  9. Hi,

    I'm trying to copy multiple formulas at a time to the adjacent column. The problem I keep running into is that there are varying rows between each of these formulas.

    I've tried selecting the entire column then Find>Formulas>Copy and then pasting them over, keeping the source formatting but it still stacks all the formulas on top of each other one row after another, instead of leaving spaces between each formula in the column.

    Any idea what I could do instead of copying each formula over one by one?

    Thanks!

    • Hi! You can select multiple cells and paste the copied non-contiguous cells so that their position relative to each other is preserved in Excel using a VBA macro:

      Sub CopyPastePosition()
      Dim rng As Range, Res As Range, cll As Range, nRow As Long, nCol As Long
      Set Res = Application.InputBox("Specify the cell to paste the first copied", Type:=8)
      Set rng = Selection
      nRow = Res.Row - rng.Areas(1).Row
      nCol = Res.Column - rng.Areas(1).Column
      For Each cll In rng.Areas
      Set Res = Res.Parent.Range(cll.Address).Offset(nRow, nCol)
      cll.Copy Res
      Next cll
      End Sub

      Maybe this article will be helpful: Insert and run VBA macros in Excel - step-by-step guide

      • Thank you Alexander! You saved me hours of work.

        A true Excel superhero!

  10. This hack saved my life!!! I'm sorry I didn't think about it sooner.

  11. I was wondering if you can help me with your Excel expertise? Is there a way of copying a formula down a column, but not shift 1 cell each time? I want it to shift 4 cells down each time, e.g. =sum(G6:G9), =sum(G10:G13), =sum(G14:G17) etc. I can get it to do it if I have the first 2 or 3 rows with the required formula, and then highlight all those rows and do the down column copy, but it doesn't continue on from the last formula, it starts fresh from the first one and then follows the pattern.

    • Hi! When you copy a formula, the relative references to the row or column number are changed to 1.
      You can use the OFFSET function to change the range reference. Copy down the column

      =SUM(OFFSET($D$6:$D$9,(ROW(A1)-1)*4,0))

  12. hi . i used this
    Method 2. Copy Excel formulas without changing references via Notepad
    but with another excel . details : i copied my form to another excel then cut it to first excel and formulas not changed
    thank you a lot

  13. I am using MS365 on Windows 10. I am tryung to do something that ought to be simple but Excel is not letting me. Can you offer any advice please.
    In worksheet 1 I am drawing down data from worksheet 2 located in a different workbook.
    My formula is thus: ='Resource Guru Bookings Data 1 Jan - 31 Dec 2023.xlsx'!R2C1. The cell reference being R2C1 in the named worksheet. The cell populates perfectly correctly.

    I then wanted to copy and paste since I have several thousands of rows to draw data from. Unfortunately, it retains the original formula without any relational changes. The data in both worksheets are in columns and I can see no reason why the cell reference is not changing down the column, by row.

    I expected the change to be R3, R4 etc. Advice please?

  14. I have Percentages, i2 is my current percent, i want to be able to add to it in j2, and have it calculate in k2 or put the total percent i want it to change to in K2 and have it give me the difference in J2. I understand i may need to add another column, i got the =if(j2<i2,Sum(j2+i2), but how do i finish this. I cant figure out a way. Please help ASAP. i have been searching for two days now.

    • Unfortunately, I could not understand what you want to calculate. Explain in more detail with numbers, describe the desired result.

  15. Hi. How to do the calculation of , example detergent 3L is rm23 per bottle. how its automatically out the total if customer buy 4 bottle?

  16. Hi Mr.Alexander, I have my subject marks in different subject mark shhets. I bring them them into my Composite marksheet by referencing them to the subject mark sheet. Then I take the marks to individual students report work sheet from the composite mark sheet. Each student will be doing different subject. Now I have included 2 different marks for each month, for each subject. So in the composite mark sheet, I have included all of them again. When I copy the formula, how will I make it to refer to the new mark, which is some 10 columns away?
    =MasterSheet!C8 =MasterSheet!C30 =MasterSheet!E8 =MasterSheet!E30 when I copy =MasterSheet!C8 =MasterSheet!C30 and paste in the next call, it changes to the relative cell address =MasterSheet!E8 =MasterSheet!E30 In between Column C and Column X I have many columns with different subject marks.
    But I want it to refer to =MasterSheet!X8 =MasterSheet!X30. How can I do that?

    Thank you,

    • Hi!
      Unfortunately, without seeing your data, it is difficult for me to give you advice. I cannot imagine all of your tables. Ask a more specific question or explain in more detail and I will try to help.

  17. Is there a way to copy a formula down a column if the spacing of the reference columns is not uniform?

    For example: I want the B column of sheet1 to reference the D column of sheet two, but the specific cells I need to reference are D2,D3,D6,D12,D16 etc.

    Sheet1 is a display of production numbers calculated on sheet2. As such, sheet one only needs one line per item, where sheet2 needs multiple, and varying, numbers of lines for each item.

    Thanks.

  18. How to fix decimals to apply percentage.

  19. Hi,

    How to copy the data from column C to B without affecting on rows that has no price changes.

    Column B Column C
    Product Description Price / UoM New Discounted Price
    Alaska Pollock Fillets $7.03 $4.00
    Brown Vinegar $0.87 $0.60
    Cheddar Cheese $12.14 no changes
    Chocolate Chip Cookies $1.11 no changes
    Corned Beef $1.53 $1.00
    Cornmeal $1.48 $1.00
    Couverture White Chocolate $6.36 $5.00
    French Dressing $1.37 no changes
    French Mustard $1.43 $1.20

  20. I have excel file with couple of tables, i only need extract two tables associated with other ones and paste it into separate excel file, when doing so all cells becomes as REF. is there a way to copy paste table without losing figures in cells?

  21. suppose that we have data in a row from cell A1 TO CELL AB1
    AND THE SAME GOES FROM A2 TO AB2 -A3 TO AB3 ETC ETC
    its possible by clicking copy at the cell A1 to genarate a copy fuction from row a1 to ab1 in order to paste the data of each row?
    please help
    thanks in advance

  22. Greetings,

    I'm trying to move my training data from a table to a more aesthetic view for my boss. Currently I'm using a formula in the pretty view to grab data for the first person, but I have to modify each person afterwards, because copying the first block of cells (A3:U10) results in getting data for the person ~7 rows down. Considering I have ~90 students to keep track of, this is less than desirable.

    Table example:
    1Name|Enrolled A|Score A|Enrolled B|Score B
    2Name|Enrolled A|Score A|Enrolled B|Score B
    ...
    7Name|Enrolled A|Score A|Enrolled B|Score B

    Aesthetic example:
    1NAME|Other|Other| | A | B |
    Other| Other|Other| | Other | Other | Other | Other |
    Other| Other|Other| |Enrolled A| Score A|Enrolled B| Score B|

    7NAME|Other|Other| | A | B |
    Other| Other|Other| | Other | Other | Other | Other |
    Other| Other|Other| |Enrolled A| Score A|Enrolled B| Score B|

    18NAME|Other|Other| | A | B |
    Other | Other|Other| | Other | Other | Other | Other |
    Other | Other|Other| |Enrolled A| Score A|Enrolled B| Score B|

    • Hi!
      Sorry, I do not fully understand the task. For me to be able to help you, please specify which formula you mean and describe the problem in more detail.

  23. Thank you for saving what's left of my hair with that easy column formula trick. Much appreciated!

  24. Hi, i have made a formula that retrieve data (product description) from one sheet to another when i type a number (text) into a cell, but when i try to just copy / paste, my code doesnt work, Can anyone explain me why?

    Thank you in advance

  25. Hi
    how to copy a formula from a cell to another cell that is one row below and one column to the right please
    For example in cell d3, i want the sum(a1:c1) ; in cell d4, i want the sum ( b2:d2) and so on
    Many thanks in advance

  26. Why are all your helps so freaking long winded and full of all kinds of diversions? I cannot read this post with so much garble for something so simple.

    • Hi Wilmark,

      If you are looking for a simple solution, you can just read the very first example - coping the formula by dragging the fill handle covers 90% of cases. All other examples are for those who want to learn something new and sharpen their Excel skills.

    • Hi Will, sorry you're a hurt human. Hope you heal!

  27. Method 3 is super cool tip. Thanks

  28. Thank you! I have my own tab to analyze & summarize a report sent to me monthly. Method 3 above was super effective and saved me time. Thanks!

  29. beautiful solutions from a beautiful person

Post a comment



Thank you for your comment!
When posting a question, please be very clear and concise. This will help us provide a quick and relevant solution to
your query. We cannot guarantee that we will answer every question, but we'll do our best :)