PC Review


Reply
Thread Tools Rate Thread

I am trying to create a formula

 
 
Mandy
Guest
Posts: n/a
 
      8th Sep 2008
I am trying to create a formula for the following information:


0 < 2, 11.33 per month
2 < 5, 14.66 per month
5 < 10, 16.66 per month
10 < 20, 18 per month
20, 20 per month

This is for the following table:

K L M N O
P
DOH Date Tenure Years Accural Rate Total
5 03/21/03 1/31/08 1777 4 0.00
6 03/21/03 2/29/08 1806 4 0.00
7 03/21/03 3/31/08 1837 5 0.00
8 03/21/03 4/30/08 1867 5 0.00
9 03/21/03 5/31/08 1898 5 0.00
10 03/21/03 6/30/08 1928 5 0.00
11 03/21/03 7/31/08 1959 5 0.00
12 03/21/03 8/31/08 1990 5 0.00
13 03/21/03 9/30/08 2020 5 0.00
14 03/21/03 10/31/08 2051 5 0.00
15 03/21/03 11/30/08 2081 5 0.00
16 03/21/03 12/31/08 2112 5 0.00


I need it to calculate the responce in O

 
Reply With Quote
 
 
 
 
Anand.V.V.N
Guest
Posts: n/a
 
      8th Sep 2008
I used this formual in my case, with some modification it may suit your
requirement.

=IF(AND(A3>250,A3<=500),"> 250 AND < 500 miles", IF(A3<=250,"< 250
miles",IF(A3>500,"> 500 miles")))

Anand.V.V.N
--
"Who will guard the guards?"


"Mandy" wrote:

> I am trying to create a formula for the following information:
>
>
> 0 < 2, 11.33 per month
> 2 < 5, 14.66 per month
> 5 < 10, 16.66 per month
> 10 < 20, 18 per month
> 20, 20 per month
>
> This is for the following table:
>
> K L M N O
> P
> DOH Date Tenure Years Accural Rate Total
> 5 03/21/03 1/31/08 1777 4 0.00
> 6 03/21/03 2/29/08 1806 4 0.00
> 7 03/21/03 3/31/08 1837 5 0.00
> 8 03/21/03 4/30/08 1867 5 0.00
> 9 03/21/03 5/31/08 1898 5 0.00
> 10 03/21/03 6/30/08 1928 5 0.00
> 11 03/21/03 7/31/08 1959 5 0.00
> 12 03/21/03 8/31/08 1990 5 0.00
> 13 03/21/03 9/30/08 2020 5 0.00
> 14 03/21/03 10/31/08 2051 5 0.00
> 15 03/21/03 11/30/08 2081 5 0.00
> 16 03/21/03 12/31/08 2112 5 0.00
>
>
> I need it to calculate the responce in O
>

 
Reply With Quote
 
Bernie Deitrick
Guest
Posts: n/a
 
      8th Sep 2008
Create a table with these values, in cells A2 to B6
0 11.33
2 14.66
5 16.66
10 18
20 20

Then use the formula

=VLOOKUP(N2,$A$2:$B$6,2)

and copy down.

HTH,
Bernie
MS Excel MVP


"Mandy" <(E-Mail Removed)> wrote in message
news:EE01B2C6-11E9-4877-8CC3-(E-Mail Removed)...
> I am trying to create a formula for the following information:
>
>
> 0 < 2, 11.33 per month
> 2 < 5, 14.66 per month
> 5 < 10, 16.66 per month
> 10 < 20, 18 per month
> 20, 20 per month
>
> This is for the following table:
>
> K L M N O
> P
> DOH Date Tenure Years Accural Rate Total
> 5 03/21/03 1/31/08 1777 4 0.00
> 6 03/21/03 2/29/08 1806 4 0.00
> 7 03/21/03 3/31/08 1837 5 0.00
> 8 03/21/03 4/30/08 1867 5 0.00
> 9 03/21/03 5/31/08 1898 5 0.00
> 10 03/21/03 6/30/08 1928 5 0.00
> 11 03/21/03 7/31/08 1959 5 0.00
> 12 03/21/03 8/31/08 1990 5 0.00
> 13 03/21/03 9/30/08 2020 5 0.00
> 14 03/21/03 10/31/08 2051 5 0.00
> 15 03/21/03 11/30/08 2081 5 0.00
> 16 03/21/03 12/31/08 2112 5 0.00
>
>
> I need it to calculate the responce in O
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create a formula by joining text and the value from a formula Jesper Audi Microsoft Excel Worksheet Functions 3 25th Feb 2010 04:07 PM
I am trying to create a formula Brockjr38 Microsoft Excel Worksheet Functions 1 10th Sep 2008 02:10 AM
How do I create a formula by percentage within a formula? =?Utf-8?B?TWlzcyBUZXhhcw==?= Microsoft Excel Worksheet Functions 1 27th Mar 2006 04:51 AM
need to create a formula to create a timesheet but haven't a clue =?Utf-8?B?QUh1cmQ=?= Microsoft Excel Misc 7 22nd Aug 2005 12:04 PM
Please help create a formula JuliaC Microsoft Excel Worksheet Functions 3 27th Oct 2004 11:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:47 AM.