Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jenniefur
 
Posts: n/a
Default How do I enter "1" and have excel know it's equvilant to "$12,000"

I am working on a Financial Aid sheet that will roll over each year, the kids
gain a grade, and tuition bumps up. Is there a way (other than manually) to
get column D to display the appropriate tuition ammount in relation to Column
C (Column C displays grade)...is there a formula that would say if grade "1"
then tuition is "10,000"; if grade "2" then tuition is "11,500" etc <
(through grade 12) Thanks for your help!
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
you may use VLOOKUP fot this. <See:
http://www.contextures.com/xlFunctions02.html

--
Regards
Frank Kabel
Frankfurt, Germany

"Jenniefur" schrieb im
Newsbeitrag ...
I am working on a Financial Aid sheet that will roll over each year,

the kids
gain a grade, and tuition bumps up. Is there a way (other than

manually) to
get column D to display the appropriate tuition ammount in relation

to Column
C (Column C displays grade)...is there a formula that would say if

grade "1"
then tuition is "10,000"; if grade "2" then tuition is "11,500" etc <
(through grade 12) Thanks for your help!


  #3   Report Post  
Art
 
Posts: n/a
Default

There's a few ways to do this. However if the amounts don't increase
according to a simple equation then I think your best bet is to use VLookup
with a lookup table.

Assume the grades are in column C and you want your tuition in column D.

Find some spot to create 2 columns, say F1:G12.
In F put the grades. In G put the tuitions.

Then in D3 (for example), you'd want this formula:

=VLOOKUP(C3,$F$1:$G$12,2,FALSE)

Art
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



All times are GMT +1. The time now is 09:40 AM.

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"