Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default how to show 3% increase in hourly pay in each cell?

want to be able to enter a hourly wage ie. $10.00 and when i enter $10.00 it
will automatically show the 3% increase added to the $10.00 showing $10.30.
thank you in advance.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,886
Default how to show 3% increase in hourly pay in each cell?

Hi

Without using an event macro in VBA, you cannot do it in the same cell.
You could put your percentage increase in a cell, for example in A1
enter 3%
in B2 enter
=A2*(1+$A$1)
Then as you enter 10.00 in A2, 10.30 will appear in cell B2

--
Regards

Roger Govier


"junk dog" wrote in message
...
want to be able to enter a hourly wage ie. $10.00 and when i enter
$10.00 it
will automatically show the 3% increase added to the $10.00 showing
$10.30.
thank you in advance.



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default how to show 3% increase in hourly pay in each cell?

thanks, roger!

"Roger Govier" wrote:

Hi

Without using an event macro in VBA, you cannot do it in the same cell.
You could put your percentage increase in a cell, for example in A1
enter 3%
in B2 enter
=A2*(1+$A$1)
Then as you enter 10.00 in A2, 10.30 will appear in cell B2

--
Regards

Roger Govier


"junk dog" wrote in message
...
want to be able to enter a hourly wage ie. $10.00 and when i enter
$10.00 it
will automatically show the 3% increase added to the $10.00 showing
$10.30.
thank you in advance.




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
How to convert half hourly data into hourly kippers Excel Discussion (Misc queries) 5 February 1st 07 11:27 AM
increase cell value Hottshot8226 Excel Discussion (Misc queries) 1 October 31st 06 07:30 PM
increase numbered cell by Marlis Excel Discussion (Misc queries) 7 March 2nd 06 08:06 PM
How do I set a cell that can increase but never decrease? Rich Excel Discussion (Misc queries) 2 November 2nd 05 07:04 PM
how to increase the number by 1 from the cell above? the worker Excel Worksheet Functions 2 November 18th 04 02:39 AM


All times are GMT +1. The time now is 03:32 PM.

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

About Us

"It's about Microsoft Excel"