Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Increments less than one in format control box for spinner

Use a helper cell to do the math.

Linked cell is A1

In B1 enter =A1*.25

B1 becomes your working cell for the analysis.


Gord Dibben MS Excel MVP

On Wed, 23 Sep 2009 11:43:01 -0700, srpettew
wrote:

I've added a spinner to my NPV analysis with regards to the discount rate.
What I'd like to do is use increments of .10 or .25 as opposed to just whole
numbers. Don't understand why this is not a built in feature in the format
control box. I'm using 2003. Any help is appreciated.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Increments less than one in format control box for spinner

Thanks very much for the reply but I'm not sure I understand. Currently I am
using a helper cell (E34 in my case) to serve as the "linked" cell in the
format control box. I then have the discount rate (expressed as a %) in cell
C34 with the formula, =E34/100. So the spinner is located in cell D34 (in
between) but the discount rate can only be changed using increments of 1 (or
some other whole number).

My goal is to use discount rates such as 9%, 9.25%, 9.50%, 9.75% to provide
more accurate NPV's. Perhaps I just didn't understand. Does my
clarification above change your answers?

Again, thank you both for replying.
SP

"Gord Dibben" wrote:

Use a helper cell to do the math.

Linked cell is A1

In B1 enter =A1*.25

B1 becomes your working cell for the analysis.


Gord Dibben MS Excel MVP

On Wed, 23 Sep 2009 11:43:01 -0700, srpettew
wrote:

I've added a spinner to my NPV analysis with regards to the discount rate.
What I'd like to do is use increments of .10 or .25 as opposed to just whole
numbers. Don't understand why this is not a built in feature in the format
control box. I'm using 2003. Any help is appreciated.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Increments less than one in format control box for spinner

Make D34 the linked cell for the spinner.

It gets incremented by whole integers of 1

In E34 =D34*.09

In C34 enter =E34/100

Alternative to the =D34*.09 you could use =D34*F34 where F34 is .09 or
..0975 etc.


Gord

On Thu, 24 Sep 2009 05:45:01 -0700, srpettew
wrote:

Thanks very much for the reply but I'm not sure I understand. Currently I am
using a helper cell (E34 in my case) to serve as the "linked" cell in the
format control box. I then have the discount rate (expressed as a %) in cell
C34 with the formula, =E34/100. So the spinner is located in cell D34 (in
between) but the discount rate can only be changed using increments of 1 (or
some other whole number).

My goal is to use discount rates such as 9%, 9.25%, 9.50%, 9.75% to provide
more accurate NPV's. Perhaps I just didn't understand. Does my
clarification above change your answers?

Again, thank you both for replying.
SP

"Gord Dibben" wrote:

Use a helper cell to do the math.

Linked cell is A1

In B1 enter =A1*.25

B1 becomes your working cell for the analysis.


Gord Dibben MS Excel MVP

On Wed, 23 Sep 2009 11:43:01 -0700, srpettew
wrote:

I've added a spinner to my NPV analysis with regards to the discount rate.
What I'd like to do is use increments of .10 or .25 as opposed to just whole
numbers. Don't understand why this is not a built in feature in the format
control box. I'm using 2003. Any help is appreciated.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Increments less than one in format control box for spinner

Thanks Gord but it doesn't work. D34 is the spinner (the cell with the
up/down arrows that were drawn in. It gets too complicated adding more
linked cells. I guess the biggest question is why doesn't MS allow for
increments of less than one? When working with interest rates, discount
rates, etc, rare is the case when you have a whole number as the rate.

Again, thanks for the attempt to help.
SP

"Gord Dibben" wrote:

Make D34 the linked cell for the spinner.

It gets incremented by whole integers of 1

In E34 =D34*.09

In C34 enter =E34/100

Alternative to the =D34*.09 you could use =D34*F34 where F34 is .09 or
..0975 etc.


Gord

On Thu, 24 Sep 2009 05:45:01 -0700, srpettew
wrote:

Thanks very much for the reply but I'm not sure I understand. Currently I am
using a helper cell (E34 in my case) to serve as the "linked" cell in the
format control box. I then have the discount rate (expressed as a %) in cell
C34 with the formula, =E34/100. So the spinner is located in cell D34 (in
between) but the discount rate can only be changed using increments of 1 (or
some other whole number).

My goal is to use discount rates such as 9%, 9.25%, 9.50%, 9.75% to provide
more accurate NPV's. Perhaps I just didn't understand. Does my
clarification above change your answers?

Again, thank you both for replying.
SP

"Gord Dibben" wrote:

Use a helper cell to do the math.

Linked cell is A1

In B1 enter =A1*.25

B1 becomes your working cell for the analysis.


Gord Dibben MS Excel MVP

On Wed, 23 Sep 2009 11:43:01 -0700, srpettew
wrote:

I've added a spinner to my NPV analysis with regards to the discount rate.
What I'd like to do is use increments of .10 or .25 as opposed to just whole
numbers. Don't understand why this is not a built in feature in the format
control box. I'm using 2003. Any help is appreciated.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Increments less than one in format control box for spinner

Pardon me, but it does work.

The Spinner is not "in the cell", just lays on top.

You can still have D34 as the linked cell.

I don't know the answer to the "why doesn't MS".

Happy NPV'ing


Gord


On Thu, 24 Sep 2009 10:28:02 -0700, srpettew
wrote:

Thanks Gord but it doesn't work. D34 is the spinner (the cell with the
up/down arrows that were drawn in. It gets too complicated adding more
linked cells. I guess the biggest question is why doesn't MS allow for
increments of less than one? When working with interest rates, discount
rates, etc, rare is the case when you have a whole number as the rate.

Again, thanks for the attempt to help.
SP

"Gord Dibben" wrote:

Make D34 the linked cell for the spinner.

It gets incremented by whole integers of 1

In E34 =D34*.09

In C34 enter =E34/100

Alternative to the =D34*.09 you could use =D34*F34 where F34 is .09 or
..0975 etc.


Gord

On Thu, 24 Sep 2009 05:45:01 -0700, srpettew
wrote:

Thanks very much for the reply but I'm not sure I understand. Currently I am
using a helper cell (E34 in my case) to serve as the "linked" cell in the
format control box. I then have the discount rate (expressed as a %) in cell
C34 with the formula, =E34/100. So the spinner is located in cell D34 (in
between) but the discount rate can only be changed using increments of 1 (or
some other whole number).

My goal is to use discount rates such as 9%, 9.25%, 9.50%, 9.75% to provide
more accurate NPV's. Perhaps I just didn't understand. Does my
clarification above change your answers?

Again, thank you both for replying.
SP

"Gord Dibben" wrote:

Use a helper cell to do the math.

Linked cell is A1

In B1 enter =A1*.25

B1 becomes your working cell for the analysis.


Gord Dibben MS Excel MVP

On Wed, 23 Sep 2009 11:43:01 -0700, srpettew
wrote:

I've added a spinner to my NPV analysis with regards to the discount rate.
What I'd like to do is use increments of .10 or .25 as opposed to just whole
numbers. Don't understand why this is not a built in feature in the format
control box. I'm using 2003. Any help is appreciated.





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
Increments less than one in format control box for spinner T. Valko Excel Worksheet Functions 0 September 23rd 09 09:56 PM
spinner control in chart sheet... please help! Anna Charts and Charting in Excel 3 August 10th 06 08:16 PM
spinner format control has no control tab AJ Excel Worksheet Functions 4 March 5th 06 10:30 AM
Spinner Control Properties rpalmer4 Excel Worksheet Functions 1 November 13th 05 09:40 PM
Forms - Scroll Bar or Spinner (Data in increments) JEFF Excel Discussion (Misc queries) 4 June 7th 05 01:06 AM


All times are GMT +1. The time now is 09:48 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"