Joining Two Cells Data With A X Mark In Between Them

Jan 28, 2013

i have two entries in my excel sheet which i want to get noted in the other cell as follow

A B
1 ORDER NO. 480
2 GOODS 5
3 P.M 480X5

as my table have data in B1 AND B2 so i want B3 automatically becomes 480X5 so how can i do it

View 2 Replies


ADVERTISEMENT

Joining Data Across A Range Of Cells/columns

Jun 30, 2009

Can someone pls. assist me with obtaining an Excel or VBA solution for joining data from across a range of cells/columns into one cell? The single cell containing the intended output has to include the name of the source(s) that are noted on the header column and the price corresponding to each source but would exclude the sources which did not have pricing data. Example of logic is noted below:

Cells B1 - D1 contains names of pricing sources.
Cells B2 - D2 contain prices from these pricing sources.
Intended output: Cell E2 would have the names of all the pricing sources that had prices as well as their corresponding prices; but would exclude those that didn't.

Lastly, pls. see attached Excel file for format of data and intended output in Column E.

View 8 Replies View Related

Mark Cells For Entering Data

Oct 4, 2007

Can I add something to a cell and have it so it does not print?

I need to mark certian cells to have data filled in, in those cells. However if data is not put in those cells I need them to be blank when printed.

Example:
I can put text in B7:
Enter Name Here

Then the user knows to put the name in that spot. If there is no name to be entered then I want to be sure that is not printed when I print the list.

Is any of this a possibility without putting 33 different labels on the page, which is one way. Or 33 different comments on the page, another way.

View 9 Replies View Related

Joining A Range Of Cells Into A String

Dec 16, 2008

I feel like I should be be able to do something like Join(Range(XX)," ") to create a space-separated string of values...

Have I missed an easy one-liner, versus one by one concatenating the value from each cell?

In this case, I am doing exactly that - taking 4 columns of more or less unimportant data and cramming them into a single column just in case they are needed someday.

Sub Test()
Dim strTemp As String

strTemp = _
Range("C2").Value & " " & _
Range("D2").Value & " " & _
Range("E2").Value & " " & _
Range("F2").Value
'//Result: strTemp = "a b c d"

'//This fails - is it possible to do something like this
strTemp = Join(Range("C2:F2"), " ")

End Sub

View 9 Replies View Related

Mark Formula Cells

Aug 14, 2009

I have a problem - I wanna to mark (to colour) just cells which I use in formula is there any option for thise

If I have some table and I have formula =A1+B5+C7 I wana to colour just mentioned cells

View 9 Replies View Related

Mark Cells Where 2 Column Conditions Are Met

Sep 4, 2007

I have a macro that's supposed to update the value in column 1 when two conditions are met. Unfortunately it doesn't update the column at all:

Sheets("All_Records").Select

Dim item, rownum, maxrownum As Integer

Application. ScreenUpdating = False
maxrownum = Range("A2000").End(xlUp).Row

For rownum = 2 To maxrownum

If (Cells(rownum, 1).Value = "=") & (Cells(rownum, 29).Value = "OPEN") Then
With Cells(rownum, 1)
.Value = "APPROVED TRIAL"
End With
End If

Next rownum

End Sub

I took the code from another spreadsheet I have where it works fine. But there only one condition has to be met before the field is updated.

View 4 Replies View Related

Mark Common Cells Between 2 Lists

Dec 16, 2007

I have 2 lists in column A and column B. For each cell in column B, I want to put a "YES" in the corresponding cell in column C if the contents (of the cell in column B) are somewhere in the entire list under column A (I think the list in both columns is about 5000+).

I have logged in after quite a gap and found that all my subscribed threads (gathered over a year) have vanished

View 3 Replies View Related

Mark Changed Cells For Archiving

Feb 22, 2008

Column-A starts out empty.A user changes cell B5 and navigates to another cell (whether by clicking, tabbing, or enter-key, it doesn't matter).An "X" is placed in Column-A for that row.Preferably the user would then be taken to the cell they were navigating to (whether by mouse-click, tabbing, or the enter-key).This happens every time a change is made to a cell.I have no idea how to code for this.

I'm not sure what constraints I might have for exceptions. For instance, can it handle multiple row being pasted into or cleared at once, etc. ( Deleting columns will not be allowed in this instance.)

------------------------------------

ADDENDUM:
I continued my search and found the instructions at [url]

My ultimate goal in putting an "X" in Column-A is to identify rows with changes, so they can then be copied into an "archive" worksheet. I'm thinking this VBA version of track changes would be much better than what I was earlier thinking.

I have a workbook with two worksheets, Data and Archives. I want to let a user make changes to data in the "Data" worksheet. Then when they save or press a button all rows with edits will be copied into the "Archives" worksheet.

Appending date/time and username stamps in the trailing columns would be very handy too.

View 9 Replies View Related

Find And Mark Data From One Sheet To Another

Feb 15, 2010

look at the attached file. This might be the perfect job for a macro. I am trying to find the SKU's from sheet 1 in sheet 2 and subsequently mark the matching SKUs in sheet 2. Ideally, I would like the SKU's that could not be found to be set to Quantity "0"

View 2 Replies View Related

Joining Two Spreadsheets

Nov 13, 2009

I have two spreadsheets, A & B. A can be thought of the master spreadsheet and has one record for every employee giving personal information, including a personel number. B has 0, 1, or 1+ records for every employee in A. Each of these records has a personel number. I want to copy the value of a specific field from B to A.

For example:

A:
personel number1
personel number2
personel number3

B:
personel number1, 'sally'
personel number1, 'john'
personel number3, 'pete'

merge A & B:
personel number1, 'sally', 'john'
personel number2
personel number3, 'pete'

View 5 Replies View Related

Joining Columns One Below The Other

Apr 11, 2013

Imagine I have some columns of data. How can I stack multiple columns on below the other in column A?

For example, A column is blank now. B,C,D have some data.

A
B
C
D
1

[Code]...

Can all the columns be stacked in the empty column A?

A
1
ab
2
cd

[Code]...

This is just an example. I have 8000 columns in reality.

View 2 Replies View Related

Joining Columns

Mar 28, 2008

I have 2 columns of Data that contain address fields.

SHEET1
Address1 Address2
%MW4003 %MW4004
%MW5643
%MW9878 %MW9879
%MW13002
%MW5643

etc

The address2 Column is based on a formula.

What i need to do is combine the 2 columns together in another sheet in a column. I do require duplicates to come through, and ideally i need it sorted.

SHEET2
Address
%MW4003
%MW5643
%MW5643
%MW9878
%MW9879
%MW13002

View 9 Replies View Related

Copy/Special Paste Data Within A Range To Next Empty Cell Then Mark The Copied Area

Aug 29, 2008

I'm trying to find a macro that will copy data from the areas of B120:E179 and I120:K179 for example (linked to another worksheet within the workbook) and special paste (Values Only and skipping blank cells) it to the next available open cell up top where basic data entry will be taking place B10:E29 and I10:K29. I need it to only copy/paste the rows with data (skipping all cells/rows with no data) and once it is finished coping I will need it to place an "X" in column M next to the row that it copied data from. I would also need it to reference the data in each row from B to E and if there is an entry say on B14 to E14 that matches it but if I10 to E29 are blank then paste that information on row 14. If it does not match or if those columns are full then paste on next available line.

I hope I'm making sense here. This is for a vehicle tracking log between checkpoints. Each driver and info will be listed on each row. Columns B through E will contain information for each driver: name, badge, #passengers, and vehicle #. The log lists location, time, and destination for outgoing travelers in columns F to H. Incoming info is listed on Columns I to K............

View 4 Replies View Related

Joining Two Datasets Together (VBA Needed?)

Jun 19, 2014

So I have two sets of data, I've attached a worksheet which has them both. The datasets have different intervals, but I need to drag "Colour" from Data2 into Data1 and associate it with the correct interval. Sometimes the intervals match up and sometimes they don't - which could be a problem, but as long as its within a small spread it's fine. The "Colour" column in Data1 is filled with my desired result, the source being Data2.

ManyToMany_Example.xlsx

View 3 Replies View Related

Joining List Of Numbers

Sep 27, 2012

I have a list of numbers from cells A1 to A150 (they are five digits long), I need to join them together preferably with a the following format '12345', I have tried concatenate but it would take too long to type it all out.

View 2 Replies View Related

Joining Tables From Different Workbooks?

Jul 3, 2013

I have same tables(same name of columns in all tables) with different data in 30 different workbooks...can I somehow merge data from all tables in one table?

View 2 Replies View Related

Joining Value If Condition Is True?

Feb 19, 2014

Below is the data layout. I want to join values in value column if Condition is true. SO, for below situation answer should come ACE.

TRUE
A

FALSE
B

TRUE
C

FALSE
D

True
E

View 2 Replies View Related

Joining Text Strings

Jul 28, 2006

I have to cell values that are strings and I want to add the two string values together to form a sentance, when I do this using a + sign or a & sign there is no space between the 2 strings, how do I get a space?

View 3 Replies View Related

Salary Calculation By Joining Date?

Feb 10, 2014

I am prepare budget salary base on actual joining date and budgeted joining date. I can only manage to get the formula by joining month not by joining date

View 10 Replies View Related

Joining Modules With User Forms

Jun 6, 2009

I have the following three codes repeated in five different User Forms,

Is there a way to put them all in one independent module?

View 14 Replies View Related

Joining And Inserting Rows From Two Sheets

Feb 27, 2007

I read several forum questions for data join and merge but not found a solution for the following scenario. Is possible do it ALL in one macro? I have two different xls files.

file1: sheet has the following structure
refcode price count
XXBK443 200.0 3
KKKN339 333.0 2
etc..

file2:sheet1 has the structure
refcode prod_name color height
XXBK443 prodname1 green 10
ZZZZ000 prodname2 yellow 22
KKKN339 prodname3 white 15
AAAA111 prodname4 white 30
etc..................................

View 3 Replies View Related

Joining Two Formulas - Cell Right Text And Sum Column

Apr 10, 2012

Here is my data:

Column A: Entries
Column B: New Entry
Column C: Total New Entries

Version:1.0 StartHTML:0000000105 EndHTML:0000004087
StartFragment:0000001523 EndFragment:0000004041
****** http-equiv="Content-Type" content="text/html; charset=utf-8">
****** name="ProgId" content="Excel.Sheet"> ******

[Code] .......

Formula in B2: B17
=IF(RIGHT(A2,10)="_New Entry",1,"")

Formula in C1
=SUM(B2:B17)

I would like to remove Column B, and add the formula in C1 itself. Column B is not of any use, it is just showing which is a new entry and C1 is totaling all the New entries, which is in this case is 4.

I need a formula something like this:

=SUMIF(B2:B17,IF(RIGHT(B2:B17,10)="_New Entry",1,"")))

View 3 Replies View Related

Mark Up Formula

Oct 1, 2007

i have a project and i am making a spreadsheet for a make believe green grocers. i have a retail price and a whole sale price

to work out the retail price i need to sue this forumula

retail price = wholesaleprice + x% of wholesale price

im stuck, what i have done is declared the percent value on the page, which can be changed at any time, how do i then substitue this value in to the formula (and most importantly, what is the formula!)

View 10 Replies View Related

How Do Mark All Posts?

Feb 26, 2009

how and where to navigate on the website to mark all my posts solved. Sometimes I don't see the edit button, I don't know how to list all my posts, etc.

View 5 Replies View Related

Look Into Another Workbook And If Value Is There - Mark As Yes

Jul 22, 2014

I have two workbooks, lets say book1 and book2

In column A of book 1 i have a list of numbers, going down to A250

A1 = 23423423
A2 = 23442345

etc etc

I would like some code for a button press, if the value in A1:A250 is in book2 (A1:A250)

Both workbooks will be open at the point of the button press

then adjacent cell in B1:B250 is marked as Yes

View 5 Replies View Related

Character Mark In A Box

May 23, 2008

I've searched for this in the forums but can't find anything. I need to find/replace a character in Excel, it's a question mark in a box and looks like this

I've tried searching for special characters (using the ALT key and number pad) but I can't find anything matching this.

When I save the spreadsheet as a CSV (TAB delimited) this character gets picked up as a TAB, but when I try find replace on the TAB character it doesn't work!

I'm using Excel 2007.

View 9 Replies View Related

Find And Mark

Mar 16, 2009

I have to manually enter the code nos. of the hard copy to find the code in the soft copy. After finding the number, I wish to mark it as so that double work should not be done or to find which code's hard copy is not with me.

I am using Find and Replace to find the number and after it is found I have to click the replace tab to enter colour in it.

Is there any auto function to mark as soon as I find the required number instead of clicking the replace tab to save my time.

View 9 Replies View Related

Mark Cell By Column And Row Value

Feb 2, 2014

I have the following formula and need to incorporate that it is only a "B" if B20 also matches in named range "Breakdown_RSC"

Formula: ...........

I need the following section to take into account the data in B20 as in if it matches the data in the cell it should be a "B" in the cell.

View 2 Replies View Related

Mark Intersection Of Two Items?

Mar 3, 2014

I am making a rough gantt chart in excel for a project schedule. Japanese at work love excel fro some reason that is why I am trying to do this. I have column headings for days ( 3/3, 3/4, 3/5, etc) and I want to find a way to mark the intersection when a date is input in another row. I tried to do some conditional formatting using symbols, but couldn't get anything to work.

see picture. I want to mark at correct date according to column headings when date is placed in column E or F. This example shows column E with 3/10 so I want to make a value appear at intersection AS and the row 3/10 is on. Would like to get a symbol to appear there if possible.

excel help.png

View 5 Replies View Related

Click And Mark A Cell With An X

Dec 18, 2008

Is there a way to set a cell so if you click it, an "X" will be in the cell and if you click it again it will clear? Specifically I am looking to do this in the "1st Trip" column on the attached. I was going to use a check box but the appear to small and it does seems as though in Excel 2003 the size can be adjusted?

View 11 Replies View Related







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