absolute

  1. D

    Copy Absolute(always same), Paste Relative (current cell)

    The following code is the start of what I am trying to do. I want to always copy the entire row A155 and paste it to the active cell row (the cell that is currently selected when the macro is started). The problem however as soon as it selects the row to be copied my active row changes. I...
  2. S

    How change relative values to absolute on Mac

    So simple, can't seem to find the answer I have a block of cells and I need to change all formulas from relative to absolute I've tried command-t, which doesn't do anything Also tried using the "Switch Reference" in the ribbon, which seems to work only when I am IN one cell. Any help would be...
  3. P

    Creating multiple linked spreadsheets

    Struggling to create an externship work schedule for approximately 12 students. Three separate companies are offering the students Monday through Saturday hours, each company has multiple locations (up to 8) and varying times slots over a 12 week period. Need to list all available dates and...
  4. G

    Index()Match() macro (using an absolute location)

    My macro code looks like this: Sub FixCodedField() ' ' FixCodedField Macro ' ' Range(Cells(1, ActiveCell.Column), Cells(Cells(Rows.Count, ActiveCell.Column).End(xlUp).Row, ActiveCell.Column)).Select Selection.Copy ActiveCell.Offset(0, 1).Columns("A:A").EntireColumn.Select...
  5. H

    Update Button with Relative Reference instead of Absolute Reference

    My 'Update_Button' macro is supposed to do this - 1 - Open a file (Sample.xls) 2 - Update a button (Button 1) to point to a different macro 3 - Save the file 4 - Close the file More information - This macro is set to run on a directory and open each file and update each file. This macro is...
  6. melewie

    Problem with absolute refrence!!!

    Hi all,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> <o:p></o:p> I have this formula in VBA.<o:p></o:p> ActiveCell.FormulaR1C1 = _ "=COUNTBLANK('[Employee_Data_Report_TEST.xls]Missing Data'!R[1]C[1]:R" & NumRows & "C1)"<o:p></o:p> <o:p></o:p>...
  7. E

    Exporting Absolute Hyperlink Locations to Text File

    Hey Everyone, I previously posted a request to help me automate play list creation from a filtered list here. In my first post, I asked for way too much help and my second post, I posted way too much code. Never got a reply, so I'm going to keep it simple this time. I need to know how to...
  8. G

    Sheet Name in Formula

    Hi, I saw a similar thread to this earlier, but my situation is not quite the same... I keep track of my students' marks on separate worksheets... one per student... and each sheet is named with the students' first names. I also have a summary sheet that gives me an "at-a-glance" view of...
  9. G

    Cell Referencing Issue

    Hello, I work with a spreadsheet on a daily basis in order to update daily inventory numbers for my firm. The way one sheet is set up is as follows: September 9 Actual Inventory: X (C5) Amount on GL: Y (D5) Difference: X-Y ( E5) September 8 Actual Inventory: X (G5) Amount on GL: Y (H5)...
  10. T

    Vlookup nest

    Here is my deal: I understand how VLOOKUP works, however the cell from which my VLOOKUP formula is drawing the answer (the 2nd column of the table), contains a formula. OK, so the VLOOKUP brings in the correct formula to the cell designated and everything is fine. However, the formula brought...

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