#1   Report Post  
Posted to microsoft.public.excel.misc
Cindy
 
Posts: n/a
Default formula's

i have 4 columns, i want to change the number in the first column and have it
automatically change the number in the other 3 columns.
example
1st column is - years of service
2nd column is - school pay per years
3rd column is - state pay per years
4th column is - actual pay
  #2   Report Post  
Posted to microsoft.public.excel.misc
comotoman
 
Posts: n/a
Default formula's


Do you want the number to be the same in the next 3 columns as the one
you changed?

Ex. a1 =2 a2=3 a3=5 a4=7

change a2:a4 to the same as column a1 '2'

if thats the case then your formula would be a2 =a1, a3 =a1, a4 =a1

Not sure if this is what you are looking for?


--
comotoman
------------------------------------------------------------------------
comotoman's Profile: http://www.excelforum.com/member.php...o&userid=27292
View this thread: http://www.excelforum.com/showthread...hreadid=503372

  #3   Report Post  
Posted to microsoft.public.excel.misc
BekkiM
 
Posts: n/a
Default formula's

Assuming you have [School Pay/Year] and [State Pay/Year] in a table on
different worksheets:

A B
1 Year Pay per Year
2 1 35000
3 2 37500

Your formula should look something like this:

A B
1 Year School Pay
2 2 =VLOOKUP(School!$A$1:School!$B$3,A2,2,false)

The formula for State Pay would be the same, just reference the array where
the state pay scale is located.

I don't see how your Actual Pay can be a formula, since it seems like it's a
manually entered value for each teacher.

"Cindy" wrote:

i have 4 columns, i want to change the number in the first column and have it
automatically change the number in the other 3 columns.
example
1st column is - years of service
2nd column is - school pay per years
3rd column is - state pay per years
4th column is - actual pay

  #4   Report Post  
Posted to microsoft.public.excel.misc
Kevin B
 
Posts: n/a
Default formula's

You could create a lookup table based upon the years of service where the
first column is the Years of service, the second column is school pay per
years, the third is state pay per years and the fourth column is actual pay.
--
Kevin Backmann


"Cindy" wrote:

i have 4 columns, i want to change the number in the first column and have it
automatically change the number in the other 3 columns.
example
1st column is - years of service
2nd column is - school pay per years
3rd column is - state pay per years
4th column is - actual pay

  #5   Report Post  
Posted to microsoft.public.excel.misc
Cindy
 
Posts: n/a
Default formula's

sorry its not clear, i just want to change the years of service and have it
automatically change the pay rate in the other 3 columns

"comotoman" wrote:


Do you want the number to be the same in the next 3 columns as the one
you changed?

Ex. a1 =2 a2=3 a3=5 a4=7

change a2:a4 to the same as column a1 '2'

if thats the case then your formula would be a2 =a1, a3 =a1, a4 =a1

Not sure if this is what you are looking for?


--
comotoman
------------------------------------------------------------------------
comotoman's Profile: http://www.excelforum.com/member.php...o&userid=27292
View this thread: http://www.excelforum.com/showthread...hreadid=503372


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
Countif formulas change after doing a sort Bob Smith Excel Worksheet Functions 3 January 3rd 06 11:17 PM
Array Formulas take waaaay too long... belly0fdesire Excel Worksheet Functions 7 August 8th 05 10:11 PM
Help, Urgent Excel Formulas are not calculating maashoff Excel Discussion (Misc queries) 1 May 3rd 05 12:25 AM
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


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