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 Formula - Budgeting

I'm trying to figure out a formula but not having much luck. Three columns -
Amount $, Frequency (drop down list - weekly, mthly, qtr etc), Weekly. In
the Weekly column would like to write formula that would pick up Frequency
then divide Amount $ appropriately accordingly to what the drop down list
was. Ie Amount $ 40, Frequency Mthly = $10.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default Formula - Budgeting

Hi,

suppose your drop down is in column B, amount in column A and your formula
in column C.

Create a factor table something like the following, say in F1:G5

Weekly 1
Monthly 4
Quarterly 13
Yearly 52
.....

Say your first row of data in row 2, then your formula would be

=A2/VLOOKUP(B2,F$1:G$5,2,False)

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"KD7410" wrote:

I'm trying to figure out a formula but not having much luck. Three columns -
Amount $, Frequency (drop down list - weekly, mthly, qtr etc), Weekly. In
the Weekly column would like to write formula that would pick up Frequency
then divide Amount $ appropriately accordingly to what the drop down list
was. Ie Amount $ 40, Frequency Mthly = $10.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Formula - Budgeting

Excellent!!! Thank you very much!!!!! Its been awhile since I've written
any formulas & I just couldn't work it out.

"Shane Devenshire" wrote:

Hi,

suppose your drop down is in column B, amount in column A and your formula
in column C.

Create a factor table something like the following, say in F1:G5

Weekly 1
Monthly 4
Quarterly 13
Yearly 52
....

Say your first row of data in row 2, then your formula would be

=A2/VLOOKUP(B2,F$1:G$5,2,False)

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"KD7410" wrote:

I'm trying to figure out a formula but not having much luck. Three columns -
Amount $, Frequency (drop down list - weekly, mthly, qtr etc), Weekly. In
the Weekly column would like to write formula that would pick up Frequency
then divide Amount $ appropriately accordingly to what the drop down list
was. Ie Amount $ 40, Frequency Mthly = $10.

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
Solver for budgeting Taylor Excel Worksheet Functions 1 May 30th 08 04:09 PM
Count & Multiply Months for Hours Budgeting PSU35 Excel Worksheet Functions 2 November 13th 06 07:17 PM
budgeting for your home vangleen Excel Worksheet Functions 1 August 18th 06 06:47 PM
Need formula for budgeting payroll taxes. rfhorn Excel Worksheet Functions 10 April 5th 05 04:11 PM
Household Budgeting Kurious Excel Worksheet Functions 2 November 21st 04 04:14 PM


All times are GMT +1. The time now is 10:34 AM.

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

About Us

"It's about Microsoft Excel"