How To Remove Column Without Affecting Another

Oct 7, 2011

I have a formula in column B calculated from column A.

The formula for B is =SUM(A1)

I would like to remove column A while keeping the calculation for column B (I don't care about the formula, I just want to keep the numbers). Obviously, if I delete column A, then column B will show the #REF! error.

Is such a thing even possible?

View 5 Replies


ADVERTISEMENT

Sorting In Worksheet1 Affecting Worksheet2

Mar 8, 2007

In my workbook I have several worksheets. In worksheet1 I can plot in new users, like

View 11 Replies View Related

Conditional Values Affecting Another Cell

Mar 6, 2009

I was curious if it was possible to have a cell's formatting be altered using the conditional values tool. Example: if(A1=A2,A3=redfont,A3=automaticfont). I know it wouldn't work like that, but it does show what I'd like to happen.

View 2 Replies View Related

Blank Cells Affecting Formula

Sep 30, 2009

=(SUMPRODUCT((D6:D300="a")*(F6:F300="MATT")*(J6:J300)))

Count all A's that are also Matt and add up the corresponding figs in J. If use the formula above to 179 (where there are values in the cells) then I get the answer 170 which is correct. Currently with the it set to review all cells from 6 to 300 which includes blanks then it returns #value therfore I assume it is not coping with the blank cells.

View 4 Replies View Related

Delete Rows Without Affecting Formulas

Sep 28, 2009

delete rows without affecting formulas

In general, when you write a formula:

In Cell A1:

View 7 Replies View Related

Method Of Splitting Cells Without Affecting Layout?

Jan 19, 2014

Was just wondering if it was possible to 'split' these cells (highlighted in the link below) into 2 columns without affecting the layout of the invoice.

[URL]

View 12 Replies View Related

Protect Worksheet Without Affecting Macro Functionality

Oct 15, 2008

I've attached an excel invoice template I've been making for our company. I'd like to protect all the cells except A12:H42, C8, B9, G4 and I44. The problem is, if I protect the worksheet (with these cells unlocked) then it won't let me run the macro (for inserting new rows for extra products).

View 5 Replies View Related

Sort Range Without Affecting Formulas That Reference It

Dec 28, 2007

I want to be able to sort a table alphabetically by one column after adding a new row to the bottom. But there is another table that uses the values of the former table. How can this be done without screwing up the formulas in the second table.

View 5 Replies View Related

Highlight Rows In Master Spreadsheet Without Affecting Formulas?

Jan 19, 2014

how to highlight entire rows within a spreedsheet based on the information in a cell. I have gone to the conditional formatting and done:

=$A4="Needs Labs" and formatted that red, but when i go to note what areas it applies to, It will not highlight the row. I use the wizard box to decide where to apply the formatting like I saw on an online tutorial and dragged across the row, but nothing happened.

View 4 Replies View Related

Chart Axis Resizing Affecting Full Screen?

Mar 26, 2014

My workbook operates in full screen mode simly to make it looks a bit nicer. I have some + - buttons that call a macro to change the scale of the axes of a chart (sort of a zoom effect). For some reason, whenever I run these macros my workbook exits out of full screen mode.

Here's an example of the zoom code:

ActiveSheet.ChartObjects("Chart 115").Activate
ActiveChart.Axes(xlValue).Select
ActiveChart.Axes(xlValue).MinimumScale = 200000
ActiveSheet.Range("a1").Select

View 2 Replies View Related

Named Columns Being Movable Without Affecting VBA/Macro/Userform

Sep 27, 2008

I have a userform that allows users to review, input and edit data on a spreadsheet. (thanks to Leith for getting me started on it a while back)

I want to be able to assign names to columns so that they can be rearanged in the worksheet without interfering with the VBA/macro/userform.

For instance currently the VBA for the row = "R" (equating it to whichever row the form is currently on)

View 11 Replies View Related

How To Change Source File Without Affecting VLookup Formulas

Jun 6, 2013

I have an excel file - central database - that holds a lot of raw data organized in tables. There are more than 15 files (dependent files) that access this data using VLOOKUP formulas.

I now need to add a few columns to the central database and these columns can't be after the columns already existing, i.e. they have to be on the left of some of the existing columns. Inserting those columns is going to mess up all the vlookup formulas in the dependent files.

Is there a way change the central database file without affecting the vlookup formulas in the dependent files?

View 2 Replies View Related

Worksheet Format Macro Not Affecting Pasted Data

Mar 31, 2007

I'm currently using some pretty extensive conditional formatting macros on a worksheet (this functionality is working fine when data is directly entered into the sheet). But when i paste data from another worksheet into my "formatted" sheet, the formatting does not take affect. is there any way to "refresh" a macro?

View 2 Replies View Related

Prevent Mouse Click From Affecting Ado Data Transfer

May 31, 2007

I'm using code based on the following post: Add Borders To Cells Of Spreadsheet From Access. That code was developed for a relatively small recordest. I am using the same coding style to transfer a recordset that has roughly 2000 records in it. Since this is all taking place over a network there is a period of time (about 15-20 seconds) where Excel is open and the user is watching the cells get populated from Access. If, during that period of time when Excel is open, the user clicks in a cell during the population of data, it stops the process and causes an error on the Access end (Error 50290: Application-defined or object-defined error). Is there a way I can prevent user input (perhaps prevent signals from the keyboard and mouse) until after the data has been transferred? I know this is a long way to do a TransferSpreadsheet command but I like the way the column headers get formatted as well as the column sizes. I also think it's pretty cool to watch the data populate as it goes.

View 2 Replies View Related

Make All Blank Cell Have Dash Without Affecting Other Cells With Data?

Jul 20, 2013

section 100
section 200

100-1
200-1

I have a large spreadsheet with text, numbers and blank cells. Is there a code a can use to make all blank cell have a dash (-) without affecting the other cell with data.

View 8 Replies View Related

VBA Code To Remove Value Of Cells In Column B If Value In Column A Is Empty?

Sep 26, 2013

I need to write a VBA code to remove the value of the cells in column B if the value in column A is empty. In my excel sheet, the user will paste hyperlinks in column B. If any link does not meet certain conditions, the cell in the same row in column A will be empty.

I want to have a change event so that after pasting links, it automatically deletes the links from the cells in column B if the cell in column A is empty

View 5 Replies View Related

Excel 2007 :: Remove Duplicates In Column B For Each Value In Column A?

Jan 8, 2014

I need to remove the duplicates under column B for each item under column A and I can't seem to figure out how to do it.

I'm using Excel 2007; I would prefer a VBA solution, as I have to do this on a monthly basis. However, if a formula is the best way to go, then that's just fine. Either way, I'm preparing the data for a pivot table. I am unable to post the actual document in the interest of data protection.

Essentially, I'd like to turn this-

_ A B
1 Paris Bill
2 Paris Bill
3 Paris Mike
4 Paris Derek
5 Paris Derek
6 London Mike
7 London Bill
8 London Mike
9 London Bill
10 London Derek
11 Tokyo Derek
12 Tokyo Derek
13 Tokyo Derek

into this-

_ A B
1 Paris Bill
2 Paris Mike
3 Paris Derek
4 London Mike
5 London Bill
6 London Derek
7 Tokyo Derek

In other words, each city should have only one instance of any name that accompanies it; not all names will accompany each city.

View 8 Replies View Related

Remove Duplicates From Column 1 And Concatenate Column 2?

Mar 12, 2014

My issue is that I have 1200+ addresses to make more readable - the first column is the street name, the second is the post code(s) relative to the street - what Ideally I'd like to achieve is one row per street, the street name followed by the post codes... i.e. take this...

A33 Relief RoadRG2 0RR
Abbey SquareRG1 3AG
Abbey SquareRG1 3BE
Abbey SquareRG1 3BQ
Abbey SquareRG1 3FB
Abbey StreetRG1 3AN
Abbey StreetRG1 3BA
Abbey StreetRG1 3BD
Abbots WalkRG1 3HW
Aberford CloseRG30 2NX
Admirals CourtRG1 6SP
Admirals CourtRG1 6SR
Admirals CourtRG1 6SS
Admirals CourtRG1 6SW
Ainsdale CrescentRG30 3NG
Alan PlaceRG30 3BW
Albany RoadRG30 2UL

to this...

A33 Relief RoadRG2 0RR
Abbey SquareRG1 3AG, RG1 3BE, RG1 3BQRG1 3FB
Abbey StreetRG1 3AN, RG1 3BA, RG1 3BD
Abbots WalkRG1 3HW
Aberford CloseRG30 2NX
Admirals CourtRG1 6SP, RG1 6SR, RG1 6SS, RG1 6SW
Ainsdale CrescentRG30 3NG
Alan PlaceRG30 3BW
Albany RoadRG30 2UL

View 5 Replies View Related

How Can I Remove Symbols From Column

May 8, 2009

I have a column with e mail addresses that all have > < this symbols in the beginning and at the end, how can I remove them from the column?

example
<Ana.Gomez@taca.com>

View 6 Replies View Related

Add And Remove Data To The Column?

Aug 5, 2013

I have data like this....

6
4
5
2

.......in the first column A1:A4

I would like to add and remove data to the column so I have data that would look like this...
6
4
5
2
1
9
.......in the first column A1:A6

I would like to find the average on differing numbers of data without changing the formula. So how can I tell the software that my average has now changed from 4 data to 6?

View 2 Replies View Related

Remove Duplicates From A Column

Jan 13, 2008

how can i remove duplictes from a colum. For example:

Column C:

A;B;C;A;D;E;A;G;B *(A is three times here and B two times!)
F;G;H;I;F*(F is here two times)

I would like to have the duplicates removed from each cell in column C so that each member is unique in the cell. The example would then look like:

Column C: (after removing the dupplicates A and B in first cell and F in second cell)

A;B;C;D;E;G
F;G;H;I

View 9 Replies View Related

Remove Duplicates In Column

Feb 27, 2009

I would like to remove duplicates in column D, but keep the first instant.
It was to look at column A for duplicates then look at column D and remove all but the first one.

Data
Column A Column D
CH010 DUE FROM MANAGEMENT
CH010 DUE FROM MANAGEMENT
CH010 DUE FROM MANAGEMENT
CH010 DUE FROM MANAGEMENT
CH010 DUE FROM MANAGEMENT
CH010 DUE FROM MANAGEMENT
CH010 DUE FROM MANAGEMENT
CM03 SECURE MESSAGING
CM05 SECURE MESSAGING
NIM010 WEAS MODEL
XAP010 OPEN FINANCIAL
XAP010 OPEN FINANCIAL ........................

View 9 Replies View Related

Remove Certain Characters From Column

Oct 25, 2007

I am trying to reformat the following data: 10-10-14-1W5 needs to look like this 100101001401W500. The full description is actually 100/10-10-014-01W500 the desired result is without the slashes and dashes. I have tried to add a custom cell format of 00-00-000-00L000. but it will not apply to the existing data.

View 5 Replies View Related

Copy Column But Remove Last Few Characters

Mar 4, 2009

I have a column of data, (10,000 entries), a list of file names basically, e.g:

Mortality Project Executive Summary.pdf
RPP - AA rate and swaps.xls
Commodities.PPT presentation.ppt
Meeting Preparation 20090302.docx

Anywho the point is I want to remove the file extensions (and of course the "."s just before), but some obviously have 4 character extensions, some 3, some 2 etc... Some documents also have "."s in the file name that I do not want to remove, basically just working from the right keep removing until the first "." is removed.
So the final list wants to be:

Mortality Project Executive Summary
RPP - AA rate and swaps
Commodities.PPT presentation
Meeting Preparation 20090302

I know I should VBA it, but I want it all in the one spreadsheet and that's a bit above me. The document has about 30 other columns.

View 3 Replies View Related

Remove 14 Digits From The END Of Text In A Column

Jul 9, 2009

I know how to remove the first part of a text, but not the end. I have a very large amount of data in which the first column contains a product description and then the UPC code. I need to isolate the product name from the UPC code into 2 columns. I used =RIGHT(B2,14) to isolate the UPC, but since the length of the product name varies, I'm not sure how to isolate the product name. I have looked at using the TRIM and TRUNC functions without any luck. 'Text to columns' doesn't work because I have multiple spaces, 'Text to columns' would work if I could used 2 digits as the delimiter, but the function doesn't allow that.

Can someone please suggest a function or formula for this?

Here is an examples of how the text appears in the field. (Note: I only need to cut off the UPC code, I need the measure information to stay).

some really long product name 12 oz 5 bag 09-99999-99999
another shorter name 2 oz 09-99999-99998

View 6 Replies View Related

Remove Specific Data From A Column

May 3, 2014

I have a lot of data in column "G" & I need to only remove "<object height=" To "</object>"

See the attachment

View 8 Replies View Related

Remove Row If Duplicate Entry In Column A

Sep 1, 2009

I would like a loop that would run through the information in column A and if its duplicated delete the entire row… Also it needs to be able to handle 10 records to 10,000, it changes daily

View 3 Replies View Related

Remove The First Letter In Each Cell In A Column

Mar 5, 2009

I have a list with a column where all cells begins with the letter D. I would like to remove that D from all cells. For instance;

Dxxx1
Dxxx2
Dxxx3
Dxxx4

Should be;

xxx1
xxx2
xxx3
xxx4

View 9 Replies View Related

Auto Copying Cells Value That Changes Daily Without Affecting Daily Value?

Mar 20, 2014

I have the following scenario:

Cell A1 shows a specific value (pivot table value), but same A1 cell value might change if pivot table is refreshed.

So I am trying to automatically copy A1 value to another cell but I need to keep track of each value when pivot table is refreshed.

I have been researching about =Value formula, but it does not work properly since A1 cell reference will change each time pivot table is refreshed.

View 4 Replies View Related

Remove Numbers From Texts In Excel Column?

May 7, 2013

I have excel data where it runs like below:

Lumina
006
Ali Rashid Al Amin
61.40
Date
03/04/2013
11/04/2013
14/04/2013
check
20
Raja

I need a result column containing as below but where the numbers are removed those cells has been

Lumina

Ali Rashid Al Amin

Date

check

Raja

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved