Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Formula to place the same value in a specific number of cells

I have Excel 2000. I would like to do this without macros.

Column F is "Pace", written as mm:ss.
Column G is "Miles", written with no decimals.

Both of these columns are the result of other formulas.

Example:
F4 G4
Pace Miles
08:51 5

I would like to place the "Pace" value in a row of cells that corresponds to
the number of "Miles".

In the above example, the "Pace" of 08:51, would be in cells H4 - L4.

Any and all help on this is gratefully accepted.

~fla
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Formula to place the same value in a specific number of cells

If you want H4:L4 to be the same as the pace that's in F4, enter the
following formula in H4:

=$F$4

Format it the same as F4, and copy it across to L4.

Regards,
Fred.

"flarunner" wrote in message
...
I have Excel 2000. I would like to do this without macros.

Column F is "Pace", written as mm:ss.
Column G is "Miles", written with no decimals.

Both of these columns are the result of other formulas.

Example:
F4 G4
Pace Miles
08:51 5

I would like to place the "Pace" value in a row of cells that corresponds
to
the number of "Miles".

In the above example, the "Pace" of 08:51, would be in cells H4 - L4.

Any and all help on this is gratefully accepted.

~fla


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Formula to place the same value in a specific number of cells

Thanks Fred, but I don't want to have to do it manually. I want Excel to
place the "Pace" in the row of cells the same number as the number of
"Miles".

So, if "Miles" on Monday is 5, I want 5 cells filled with "08:51". On
Tuesday if the "Miles" is 4, I want 4 cells filled with that "Pace" which is
"09:03", and so on.

~fla

"Fred Smith" wrote:

If you want H4:L4 to be the same as the pace that's in F4, enter the
following formula in H4:

=$F$4

Format it the same as F4, and copy it across to L4.

Regards,
Fred.

"flarunner" wrote in message
...
I have Excel 2000. I would like to do this without macros.

Column F is "Pace", written as mm:ss.
Column G is "Miles", written with no decimals.

Both of these columns are the result of other formulas.

Example:
F4 G4
Pace Miles
08:51 5

I would like to place the "Pace" value in a row of cells that corresponds
to
the number of "Miles".

In the above example, the "Pace" of 08:51, would be in cells H4 - L4.

Any and all help on this is gratefully accepted.

~fla



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Formula to place the same value in a specific number of cells

Well, you're going to have to use either a macro or formulas. You'll have to
choose which one. To do it with formulas, you can use something like:

h4: =if(column(h4)<$g4+8,$f4,"")

and copy this across and down your table.

Regards,
Fred.

"flarunner" wrote in message
...
Thanks Fred, but I don't want to have to do it manually. I want Excel to
place the "Pace" in the row of cells the same number as the number of
"Miles".

So, if "Miles" on Monday is 5, I want 5 cells filled with "08:51". On
Tuesday if the "Miles" is 4, I want 4 cells filled with that "Pace" which
is
"09:03", and so on.

~fla

"Fred Smith" wrote:

If you want H4:L4 to be the same as the pace that's in F4, enter the
following formula in H4:

=$F$4

Format it the same as F4, and copy it across to L4.

Regards,
Fred.

"flarunner" wrote in message
...
I have Excel 2000. I would like to do this without macros.

Column F is "Pace", written as mm:ss.
Column G is "Miles", written with no decimals.

Both of these columns are the result of other formulas.

Example:
F4 G4
Pace Miles
08:51 5

I would like to place the "Pace" value in a row of cells that
corresponds
to
the number of "Miles".

In the above example, the "Pace" of 08:51, would be in cells H4 - L4.

Any and all help on this is gratefully accepted.

~fla




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Formula to place the same value in a specific number of cells

Thank you Mr. Smith. That is exactly what I wanted.

"Fred Smith" wrote:

Well, you're going to have to use either a macro or formulas. You'll have to
choose which one. To do it with formulas, you can use something like:

h4: =if(column(h4)<$g4+8,$f4,"")

and copy this across and down your table.

Regards,
Fred.

"flarunner" wrote in message
...
Thanks Fred, but I don't want to have to do it manually. I want Excel to
place the "Pace" in the row of cells the same number as the number of
"Miles".

So, if "Miles" on Monday is 5, I want 5 cells filled with "08:51". On
Tuesday if the "Miles" is 4, I want 4 cells filled with that "Pace" which
is
"09:03", and so on.

~fla

"Fred Smith" wrote:

If you want H4:L4 to be the same as the pace that's in F4, enter the
following formula in H4:

=$F$4

Format it the same as F4, and copy it across to L4.

Regards,
Fred.

"flarunner" wrote in message
...
I have Excel 2000. I would like to do this without macros.

Column F is "Pace", written as mm:ss.
Column G is "Miles", written with no decimals.

Both of these columns are the result of other formulas.

Example:
F4 G4
Pace Miles
08:51 5

I would like to place the "Pace" value in a row of cells that
corresponds
to
the number of "Miles".

In the above example, the "Pace" of 08:51, would be in cells H4 - L4.

Any and all help on this is gratefully accepted.

~fla






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
Any formula to count number of cells with a specific color pattern Stu Excel Worksheet Functions 2 November 16th 07 05:13 PM
Is it possible to count specific words in a number of cells? theboytree Excel Discussion (Misc queries) 1 June 15th 06 09:29 AM
Finding cells with a specific number of characters Kamran Excel Discussion (Misc queries) 6 March 29th 06 11:04 PM
lookup specific character place Budwho Excel Worksheet Functions 6 July 20th 05 06:59 PM
need if-then formula-If a number is > /< something, then place a . JDenio Excel Worksheet Functions 3 March 24th 05 08:29 PM


All times are GMT +1. The time now is 05:02 PM.

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"