Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I need to create a spreadsheet that starts with an employee's current salary hard-coded. There are a two more important columns: the first is "% increase" and the second is "Future Salary." Is there a way that you can enter a value into either one and the other is populated. In other words, some managers may want to use the % increase to get the future salary and others may want to enter the future salary to get the % increase. Any help would be greatly appreciated. -- smaumau ------------------------------------------------------------------------ smaumau's Profile: http://www.excelforum.com/member.php...o&userid=33128 View this thread: http://www.excelforum.com/showthread...hreadid=529408 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could do this with a Worksheet_Change macro. Whichever cell changes,
you'd calculate the other one. What would be easier and perhaps more intuitive is to have two input columns and two calculated columns. So, if you input a value in the percentage column it would display the new salary in the future salary column; if you input a value in the future salary column, it would display the percenatge increase. Just a thought. Regards Trevor "smaumau" wrote in message ... I need to create a spreadsheet that starts with an employee's current salary hard-coded. There are a two more important columns: the first is "% increase" and the second is "Future Salary." Is there a way that you can enter a value into either one and the other is populated. In other words, some managers may want to use the % increase to get the future salary and others may want to enter the future salary to get the % increase. Any help would be greatly appreciated. -- smaumau ------------------------------------------------------------------------ smaumau's Profile: http://www.excelforum.com/member.php...o&userid=33128 View this thread: http://www.excelforum.com/showthread...hreadid=529408 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple Formula (I thought) | Excel Worksheet Functions | |||
fairly easy (i thought) copy and paste cells, increment by 17 accross | Excel Discussion (Misc queries) | |||
fairly easy (i thought) copy and paste cells, increment by 17 accross | Excel Discussion (Misc queries) | |||
another thought on COUNTIF 2 VARIABLES ?? | Excel Worksheet Functions | |||
On second thought ... | New Users to Excel |