Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Learning Excel

In an effort to learn excel better, I thought I'd apply my studies to
various hobbies I undertake.

Current hobby: Fantasy Basketball. (btw, I wish all a good round of
betting, etc)

I've decided to create a player value based on current statistics
multiplied by a multiple that is based on the average of statistics
over the past 10 years.

For example, I've decided that points are rather common and the
multiple for points would be 1. Steals on the otherhand are much more
rare and float between 10-13 times less than the ability to score 2
points. This 10-13 is my 'multiple". I take all the current stats and
then multiply then to the various multiples in the categories.

I.e.

I have data in cells row F3 through I3
I wish to multiple each of these cells to a "multiple" as described
above on another sheet in cells A2 through D2 respectively. (F3 to A2,
G3 to B2, etc)

This works out fine.

Then I have data in cells row F4 through I4.
When I take the formula, the the excel takes my formula and chances
F3-I3 to F4 and I4, but changes A2 through D2 to A3 through D3. (F4 to
A3, G4 to B3)

I would like the row to change for my data, but the multiple reference
in the formula to remain.

Can anyone help this new kid on excel?

Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Learning Excel

I think you need to understand relative versus absolute referencing in
formulas. Fortunately it's pretty simple. It doesn't affect how a formula
works; it only affects how it copies/pastes.

A '$' before a row reference or column reference keeps it constant after a
copy/paste:

So =A1 copied down one row becomes =A2.
=A$1 copied down one row stays =A$1

=A$1 copied across one column becomes =B$1 but
=$A1 copied across one column stays =$A1

=$A$1 stays the same whether copied down or across.

When entering formulas in a cell you can press the F4 key to cycle through
the referencing possibilities. (Type "=" then click on a cell and then
press F4 several times to see this).

--
Jim
"georgeous" wrote in message
oups.com...
| In an effort to learn excel better, I thought I'd apply my studies to
| various hobbies I undertake.
|
| Current hobby: Fantasy Basketball. (btw, I wish all a good round of
| betting, etc)
|
| I've decided to create a player value based on current statistics
| multiplied by a multiple that is based on the average of statistics
| over the past 10 years.
|
| For example, I've decided that points are rather common and the
| multiple for points would be 1. Steals on the otherhand are much more
| rare and float between 10-13 times less than the ability to score 2
| points. This 10-13 is my 'multiple". I take all the current stats and
| then multiply then to the various multiples in the categories.
|
| I.e.
|
| I have data in cells row F3 through I3
| I wish to multiple each of these cells to a "multiple" as described
| above on another sheet in cells A2 through D2 respectively. (F3 to A2,
| G3 to B2, etc)
|
| This works out fine.
|
| Then I have data in cells row F4 through I4.
| When I take the formula, the the excel takes my formula and chances
| F3-I3 to F4 and I4, but changes A2 through D2 to A3 through D3. (F4 to
| A3, G4 to B3)
|
| I would like the row to change for my data, but the multiple reference
| in the formula to remain.
|
| Can anyone help this new kid on excel?
|
| Thanks.
|


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Learning Excel

Jim,

Thank you very much. It works! I'm going to next work on building tab
menus for each of the players with a prompt asking for their daily
statistics-line which with then parse them into the various
fields/cells.

Could you recommend a book that you refer to often during your initial
studies of Excel? Also, a recommendation of visual basic books? I've
been learning what I can online, but that's assuming I know where to
look.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Learning Excel

with a prompt asking for their daily statistics-line which with then parse
them into the various fields/cells.


You mean like using InputBox and then putting the answer in a cell? To each
his own but I don't really understand that. The Excel grid is itself a
great input screen that everyone knows how to use. Why complicate it?

The books I bought when first learning Excel were for Excel 4, so not much
use to you<g.

Search out the name John Walkenbach for great Excel programming books. But
you'll learning the most from "doing" and asking questions here after you
wrestle with a problem for a while.


--
Jim
"georgeous" wrote in message
oups.com...
| Jim,
|
| Thank you very much. It works! I'm going to next work on building tab
| menus for each of the players with a prompt asking for their daily
| statistics-line which with then parse them into the various
| fields/cells.
|
| Could you recommend a book that you refer to often during your initial
| studies of Excel? Also, a recommendation of visual basic books? I've
| been learning what I can online, but that's assuming I know where to
| look.
|


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Learning Excel Jinny M. New Users to Excel 7 March 26th 10 05:10 PM
Learning Excel Phyrst New Users to Excel 1 August 21st 08 09:08 PM
Learning VB for Excel AJ[_2_] New Users to Excel 10 March 16th 08 12:52 AM
Learning excel Simbie Le Charts and Charting in Excel 1 September 3rd 06 10:00 PM
Learning Excel VBA mak Excel Discussion (Misc queries) 6 August 25th 05 03:42 AM


All times are GMT +1. The time now is 10:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"