Highlighting the active row with special colourHi there
Is there a macro that highlights the whole active row (not only the active
cell) that the cursor is in, in an Excel worksheet?
Thanks
Raj
Highlight it in a particular colour, I meant... that would move along when I
would move the cursor onto another row....
"Raj Mazumdar" wrote:
> Hi there
>
> Is there a macro that highlights the whole active row (not only the active
> cell) that the cursor is in, in an Excel worksheet?
>
> Thanks
>
> Raj
Try this
'----------------------------------------------------------------
Private Sub Workshe...
Pivot Table Help #3I have a lot of data that I am trying to analyze with a pivot table and am
not sure how to go about it.
Columns are
(1) District
(2) Store #
(3) 2003 Score - these are #s or text ("incomplete")
(4) 2004 Score - these are #s or text ("incomplete")
For each district, I am trying to find out 3 things:
(1) % of stores incomplete
(2) Average score for 2003 & 2004 - I've got this one working properly
(3) % change between 2003 & 2004
I can successfully analyze the data in a spreadsheet but there is too much
to go through and thought a pivot table was the way to ...
Subtract colums in pivot tableI have a pivot table that has the following characteristics (Excel 2007):
-rows (down the left) are values: "# Employees", "Total Pay"
-Columns (across top) are Dates
I want to calculate the difference between different date columns.
Example:
I have:
Date
5/23/2010 5/16/2010 5/24/2009 Total
# Emp 10 15 5 30
Pay 1000 15000 500 16500
I'd like:
Date
5/23/2010 5/16/2010 5/24/2009 Total Vs. Last Wk % Change Vs. Last Yr % Change
# Emp 10 15 5 30 -5 -33% 5 33%
Pay 1000 5000 250 6250 -4000 -80% 750 15%
Can anyone tell me how to cre...
How to substitute for a non-existing column in a joined tableHi,
Is there a simpler way than a UNION to return a default value of a joined
table for which a corresponding row does not exist?
The following example (not a working one, of course) illustrates what I'm
after. I'd like to return 'N/A' as c2name if there is no matching row in t2
SELECT t1.c1
(CASE t2.t1pk
WHEN NULL THEN 'N/A'
ELSE t2.name END) AS c2name,
FROM t1
LEFT JOIN t2 ON t2.t1pk = t1.pk
Thanks.
On 2010-04-21 21:05, bob wrote:
> Is there a simpler way than a UNION to return a default value of a joined
> table for which a ...
Pull Data From Multiple Tables ????Hi
I will have 4 tables name "TblCostomers","TblVendors","TblAccounts",
TblExpenses"
Now i have a for name "FrmDrVouchers" that has a table "TblDrVouchers" in
source.
This form has two TxtBox Control name "TxtAccountNo" and "TxtAccountName"
If User enters a Account No., It pulls the Account Name from Any One of these
Table.
I can do this if I have only one table.
But tell me how can i do it while I have 4 tables for One Field of a table
Thank you..
--
Message posted via AccessMonster.com
http://...
FORMATING COLUMNS..... HELPI need to format columns to allow only 7 characters and the rest of the data
to go into column B
--
JTEFUN
"JTEFUN" <JTEFUN@discussions.microsoft.com> wrote in message
news:6C5C7A99-E83F-430E-9576-6D1DB57B9311@microsoft.com...
>I need to format columns to allow only 7 characters and the rest of the
>data
> to go into column B
> --
> JTEFUN
>
If you mean that if a user types a lot of data into the one cell and that
when they reach 7 characters the rest of the data is automatically inserted
into the next cell, then I don't think you can do that....
I have a problem with getting a total Sum of numbers (URGENT)I'd really appreciate if someone could help me here.
I am using Microsoft Excel 2002 on a Microsoft Office XP system. I a
trying to develop a minor league baseball schedule, but am having som
problems.
I have attached a copy of my spreadsheet to give everyone some idea o
what I'm doing here.
I have where the fans list the "RUNS, HITS & ERRORS) of both teams an
for each game of the series. I then have it set up in the TOTA
WON/LOST column where if the T-Bones RUNS are more than the SALTDOG
runs, a "1" appears in the WON column. If the SALTDOGS have a highe
numbe...
more than 65,536 rowsHi
Is it possible to have more than 65,653 rows on a worksheet? The data I have does not fit on a normal sheet
Harald
Harald,
Unfortunately, the maximum number of rows on a worksheet is 65,536 rows and
cannot be increased.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com chip@cpearson.com
"Harald Bock" <anonymous@discussions.microsoft.com> wrote in message
news:D6E9402F-92F4-4649-A72C-BC38BE6C89EB@microsoft.com...
> Hi,
>
> Is it possible to have more than 65,653 rows on a worksheet? The data I
have does not...
Rows and Columns Settings ProblemHow do you set rows and columns in a way that when you scrol
down/column you can always see a certain row(s)/column(s)
--
Message posted from http://www.ExcelForum.com
Check out XL Help for "Freeze Panes"
In article <JMorgan.1ad5vf@excelforum-nospam.com>,
JMorgan <<JMorgan.1ad5vf@excelforum-nospam.com>> wrote:
> How do you set rows and columns in a way that when you scroll
> down/column you can always see a certain row(s)/column(s).
Thank
--
Message posted from http://www.ExcelForum.com
...
Question re:clustered column w/3D visual effectI have Excel 2003
Why wont the 3D chart allow you to drag it more open? There is a large open
area between the left side and the axis that looks jerky :)
In a plain clustered column chart you can click inside to make the frame
appear and drag it larger or smaller as you desire.
In the 3D, clicking only allows you to change the angles of the 3D box.
Am I missing something?
thanks, Meenie
This should be a hint to avoid the 3D effects. 3D charts are inflexible,
but more important, the 3D effects mask the information in the chart.
- Jon
-------
Jon Peltier
Peltier Technical Services, Inc....
BULK Conditional Formatting
I've read the posts on conditional formatting for cell colour based o
another cell's value (eg. set the conditional formatting to "formul
is" and then "=A1>0" and set the colour as red / blue / whatever...)
however wondering if I can do this for an entire column withou
individually changing the conditional formatting for each cell one b
one (as there are over 400 rows).
Basically I need a formula that reads the contents of column B for th
particular row that is active.
Can anyone help
--
Rob Moyl
---------------------------------------------------------------...
Charting depending on criteria & data series name as a column valI want to chart some prices as I want to take a look at price trends.
My problems, and I can not figure out how to solve them, are:
1. Is it possible to dynamically change the chart depending on certain
criteria (product family & selected customers)
2. As the number of customers is variable and they are in one of the
columns. Is it possible to plot a series (customer name), depending on the
name of a column?
3. I want to chart the data based on the date, but just include the dates
available, to prevent periods of time showing no change (e.g. I don't want
monthly ticks for the x a...
Minimizing Rows of with similar dataI am using Excel 2007.
I have 3 columns A, B, and C such as below:
TU10-10 TU10 Tungsten Satin Wedding Band
TU10-10.5 TU10 Tungsten Satin Wedding Band
TU10-11 TU10 Tungsten Satin Wedding Band
TU10-11.5 TU10 Tungsten Satin Wedding Band
TU10-12 TU10 Tungsten Satin Wedding Band
TU10-12.5 TU10 Tungsten Satin Wedding Band
TU10-13 TU10 Tungsten Satin Wedding Band
TU10-6 TU10 Tungsten Satin Wedding Band
TU10-6.5 TU10 Tungsten Satin Wedding Band
TU10-7 TU10 Tungsten Satin Wedding Band
TU10-7.5 TU10 Tungsten Satin Wedding Band
TU10-8 TU10 Tungsten Satin Wedding Band
TU10-8.5 TU10 Tung...
Returning Data from a third cell in same row that meets two otherI'm looking for a formula that will return a result from a cell on a same row
as two other cells that meet certain criteria. I'm sure there is a way to do
this but i am a novice at this kind of stuff and can't seem to figure it out.
For example i want a cell to = what is in column E when column A="36751" and
when column B="Total Returns" The spreadsheet has 55000 rows. there will
only be one instance where both these criteria are met. i want to use this
to create a seperate spreadsheet with just info i need and can update on a
daily basis.
thanks in ...
How do I filter rows based upon a column valueI have a spreadsheet that contains multiple agency id's in a column. When
generating reports, I would like to filter per agency and display only the
rows associated with that agency.
Is there a tutorial or sample on how to do this?
Hi
It sounds like you are looking for Data / Filter / AutoFilter. Have a look
here for some basics:
http://www.contextures.com/xlautofilter01.html
--
Andy.
"Jack" <nfr@nospam.com> wrote in message
news:eqiU08TVEHA.2988@TK2MSFTNGP10.phx.gbl...
> I have a spreadsheet that contains multiple agency id's in a column. When
> generati...
List all row source for all forms, reports etc.Hi
I'm doing some work cleaning out old unused forms, reports and
queries. I have been going through each report in a database (There
are A LOT), determining its row source query, then marking it for
deletion. I will eventually end up going through and deleting all the
unused queries. As you can imagine this is time consuming, and I was
thinkg 'there must be a FASTER way"
Does anyone have a suggestion, or link to a pre-built function or
model that could assist me?
Regards
Darragh
On Thu, 17 Jan 2008 22:14:18 -0800 (PST), Darragh <darragh.murray@gmail.com>
wrote:
>Hi...
Sumif across a tableI am looking for a function that works using a =sumif function to add things
that are not in a range that are next to each other as seen below the letters
in () are the columns that the values are in...
so I am looking for a sum in column A "X" of the total work out time if the
appl column is "Y"
total work Running (D) Walking (F)
Elliptical (H)
out time (C) Appl (D) Time (E) Appl (F) Time (G) Appl (H)
Time (I)
X Y 20 N 0
Y ...
Creating a task with a duration = sum of all tasks durationsIs it possible to have a task that has a duration equal the sum of the
duration for a set of tasks and that has work for that task calculated
automatically based on a formula of say number of hours per day times the
number of days duration?
Duration is not additive but work is. Imagine a summary task that has 3
subtasks, each of which lasts one day. If the three are in parallel,
starting together, they all finish at the same timne and all work on the
summary is complete since all work on its children is complete, The summary
task duration is 1 day. But as to work, each subt...
Renaming table in a dBIs there a short way in which i can modify all references to a table after i rename it? Or would i have to open every query and form and manually change the table references?Thanksramesh Access doesn't provide a way to do this.There are commercial products that do, e.g.: http://www.speedferret.com/-- Allen Browne - Microsoft MVP. Perth, Western AustraliaTips for Access users - http://allenbrowne.com/tips.htmlReply to group, rather than allenbrowne at mvps dot org."Ramesh" <ramesh2020@gmaildotcom> wrote in messagenews:uGgN$EuZHHA.4000@TK2MSFTNGP02.phx.gbl...> Is the...
Tying tables to formsI have four connected tables that work well as table input but when I put
them in a form some of the fields will not let me make entries. Does this
happen because I am using the Id fields and subsequent data from the wrong
tables?
--
Taylor
It sounds like you have created a non-updatable form.
One cautionary note first:
Don't tie your forms directly to the tables. Use queries instead. The
queries will act as a stop light for which data is written and when. If more
than one person tries to make a change to the same record at the same time,
you will run into problems.
From wha...
columns changed to numbers instead of letters?I noticed my excel clumns have changed from letters to numbers and
forumlas now look like =RC[-1]*R[-3]C[6]
I was trying to make the R[-3]C[6] static (using the $) but it errors.
Thanks
Mike
In Excel Options uncheck "R1C1 Reference Style"
Gord Dibben MS Excel MVP
On Thu, 28 Oct 2010 20:25:30 -0400, Mike <no_please@not.com> wrote:
>I noticed my excel clumns have changed from letters to numbers and
>forumlas now look like =RC[-1]*R[-3]C[6]
>I was trying to make the R[-3]C[6] static (using the $) but it errors.
>Thanks
>Mike
...
How do I remove cross hatches in Sigma columnAddition of a column results in cross hatches. How do I get rid of the cross
hatches and simply have the sum printed in the column?
Widen the cell so the resulting value will fit. Excel does this so you don't
accidentally SEE a number that's LESS than the actual number, which is what
would occur if the column wasn't wide enough.
************
Anne Troy
www.OfficeArticles.com
"YHESSLER@EXAMPLE.COM" <YHESSLER@EXAMPLE.COM@discussions.microsoft.com>
wrote in message news:08545D7F-E1B3-4879-A7DB-A2B723DDCD3F@microsoft.com...
> Addition of a column results in cro...
Column namesIs there any code to convert column(number) to column(letters), and V.V.
e.g. 27 for AA, AB for 28
Thanks
=COLUMN(AA:AA)
--
Regards,
Peo Sjoblom
"daniel chen" <danchen@worldnet.att.net> wrote in message
news:eRRce.675942$w62.535613@bgtnsc05-news.ops.worldnet.att.net...
> Is there any code to convert column(number) to column(letters), and V.V.
> e.g. 27 for AA, AB for 28
> Thanks
>
Hi, Peo
Great! Thanks. How about the other way?
i.e. 27 for AA
"Peo Sjoblom" <terre08@mvps.org> wrote in message
news:%23MpiXScTFHA.2560@TK2MSFTNG...
comparing 2 similar columns on seperate work sheets in 1 workbookHow can I compare a column from worksheet 1 to a column in worksheet 2 of the
same work book?
BTW, the cell my have a number or text in it but not formulas
"Dan" wrote:
> How can I compare a column from worksheet 1 to a column in worksheet 2 of the
> same work book?
What are you looking for?
If you want to find out if each cell in Column A of sheet1 appears in column A
of sheet2, you could use a helper column of formulas:
=isnumber(match(a1,sheet2!a:a,0))
and drag down
And you could use the same kind of formula that will tell you if values in
sheet2 appear in sheet1.
...
Pivot tableCan I develop a formula that I can add to those which you pick from whe
using the wizard ie sum, average, min, max etc
Specifically, I want to add an IF statement to give me a 'flag' i
which to summarize the data with elsewhere. The data behind the pivo
changes (sales data) and I am trying to flag new customers that hav
never worked with us before.....once they have traded with us then the
dissappear as they are now an old customer
To
--
Message posted from http://www.ExcelForum.com
Hi
no you can't do this
--
Regards
Frank Kabel
Frankfurt, Germany
> Can I develop a for...