Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Dual income calculator help

I am paid by the line typed/edited. I want to make a spreadsheet that will
allow me to enter the report type and the line count and have the spreadsheet
calculate the pay I will receive for each report. For instance, this is how
I have it set up so far:

Column C Column D Colulmn E
Report Type # of Lines Pay

VR 14
ST 25

Ok. My VR pay is $0.025 per line and ST pay is $0.065 per line.

Is there a way to make this work so I can just copy the same formula for
each line in Column E? I'm using Excel XP (2002).

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Dual income calculator help

If you only have those two types of report, then you can do it by putting
this formula in column E:

=IF(C2="ST",0.065,0.025)*D2

Then copy this down as required.

Hope this helps.

Pete

"ASasser" wrote in message
...
I am paid by the line typed/edited. I want to make a spreadsheet that will
allow me to enter the report type and the line count and have the
spreadsheet
calculate the pay I will receive for each report. For instance, this is
how
I have it set up so far:

Column C Column D Colulmn E
Report Type # of Lines Pay

VR 14
ST 25

Ok. My VR pay is $0.025 per line and ST pay is $0.065 per line.

Is there a way to make this work so I can just copy the same formula for
each line in Column E? I'm using Excel XP (2002).

Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Dual income calculator help

THANK YOU!! I've been toying around with similar formulas, but hadn't quite
gotten it right. This works perfectly.

"Pete_UK" wrote:

If you only have those two types of report, then you can do it by putting
this formula in column E:

=IF(C2="ST",0.065,0.025)*D2

Then copy this down as required.

Hope this helps.

Pete

"ASasser" wrote in message
...
I am paid by the line typed/edited. I want to make a spreadsheet that will
allow me to enter the report type and the line count and have the
spreadsheet
calculate the pay I will receive for each report. For instance, this is
how
I have it set up so far:

Column C Column D Colulmn E
Report Type # of Lines Pay

VR 14
ST 25

Ok. My VR pay is $0.025 per line and ST pay is $0.065 per line.

Is there a way to make this work so I can just copy the same formula for
each line in Column E? I'm using Excel XP (2002).

Thanks.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Dual income calculator help

Insert a new worksheet.
Name it PayTable
Put all the report types that you use in column A.
Put all the per line price in column B.

Then you can use this kind of formula in E2:

=if(c2="","",d2*vlookup(c2,paytable!a:b,2,false))



ASasser wrote:

I am paid by the line typed/edited. I want to make a spreadsheet that will
allow me to enter the report type and the line count and have the spreadsheet
calculate the pay I will receive for each report. For instance, this is how
I have it set up so far:

Column C Column D Colulmn E
Report Type # of Lines Pay

VR 14
ST 25

Ok. My VR pay is $0.025 per line and ST pay is $0.065 per line.

Is there a way to make this work so I can just copy the same formula for
each line in Column E? I'm using Excel XP (2002).

Thanks.


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Dual income calculator help

ps.

Debra Dalgleish has lots of notes on =vlookup()"
http://www.contextures.com/xlFunctions02.html
and
http://contextures.com/xlFunctions02.html#Trouble

ASasser wrote:

I am paid by the line typed/edited. I want to make a spreadsheet that will
allow me to enter the report type and the line count and have the spreadsheet
calculate the pay I will receive for each report. For instance, this is how
I have it set up so far:

Column C Column D Colulmn E
Report Type # of Lines Pay

VR 14
ST 25

Ok. My VR pay is $0.025 per line and ST pay is $0.065 per line.

Is there a way to make this work so I can just copy the same formula for
each line in Column E? I'm using Excel XP (2002).

Thanks.


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Dual income calculator help

You're welcome - thanks for feeding back.

Pete

On Jul 2, 2:19*am, ASasser wrote:
THANK YOU!! *I've been toying around with similar formulas, but hadn't quite
gotten it right. *This works perfectly.



"Pete_UK" wrote:
If you only have those two types of report, then you can do it by putting
this formula in column E:


=IF(C2="ST",0.065,0.025)*D2


Then copy this down as required.


Hope this helps.


Pete


"ASasser" wrote in message
...
I am paid by the line typed/edited. *I want to make a spreadsheet that will
allow me to enter the report type and the line count and have the
spreadsheet
calculate the pay I will receive for each report. *For instance, this is
how
I have it set up so far:


Column C * * * * * *Column D * * *Colulmn E
Report Type * * * *# of Lines * * * *Pay


VR * * * * * * * * * * *14
ST * * * * * * * * * * *25


Ok. *My VR pay is $0.025 per line and ST pay is $0.065 per line.


Is there a way to make this work so I can just copy the same formula for
each line in Column E? * I'm using Excel XP (2002).


Thanks.- Hide quoted text -


- Show quoted text -


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
Calculating Income Tax Darkwah Excel Discussion (Misc queries) 4 April 19th 07 03:08 PM
Which best chart for income? EqualacornLady Charts and Charting in Excel 2 July 21st 06 08:34 AM
INCOME TAX DEDUCTIONTIONS CWS Excel Worksheet Functions 1 June 25th 06 03:07 PM
="Z" dual use? Scott Calkins via OfficeKB.com Excel Worksheet Functions 5 May 5th 05 01:30 PM
formula for workbook showing daily income compared to goal income. tittytatbratt Excel Worksheet Functions 2 March 8th 05 09:47 PM


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