Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 126
Default Challenge for a formula

Hi,

I have a small challenge for ya all.
I am looking for the simplest formula you can come up with.

Heres how it works:

Cell A1 contains number of days from 1 to 365.

Starting at 14% for day one I know that every four days the percentage
increases by one.
So from 1-4 I should get 14%, from 5-8 it should be 15%, 9-12 it would
be 16% and so on.

So if cell A1 has for ie, 7 then the result would be 15%.

I know that a table could be used to find the value, but I am looking
for the simplest one line formula that gives the result.

Are you up to the challenge?
have fun with it. :)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Challenge for a formula

Put this formula in B1

=0.13+INT((A1+3)/4)*0.01

and format the cell as percentage.

Not a very hard challenge !! <bg

Hope this helps.

Pete

wrote in message
...
Hi,

I have a small challenge for ya all.
I am looking for the simplest formula you can come up with.

Heres how it works:

Cell A1 contains number of days from 1 to 365.

Starting at 14% for day one I know that every four days the percentage
increases by one.
So from 1-4 I should get 14%, from 5-8 it should be 15%, 9-12 it would
be 16% and so on.

So if cell A1 has for ie, 7 then the result would be 15%.

I know that a table could be used to find the value, but I am looking
for the simplest one line formula that gives the result.

Are you up to the challenge?
have fun with it. :)



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 126
Default Challenge for a formula

On Jan 16, 1:14*pm, Bob I wrote:
=(INT((A1-1)/4)*.01)+.14



wrote:
Hi,


I have a small challenge for ya all.
I am looking for the simplest formula you can come up with.


Heres how it works:


Cell A1 contains number of days from 1 to 365.

Thanks for playing.

Well I knew it possible, I just didnt think that it could be that
simple. :)
Great job.


Starting at 14% for day one I know that every four days the percentage
increases by one.
So from 1-4 I should get 14%, from 5-8 it should be 15%, 9-12 it would
be 16% and so on.


So if cell A1 has for ie, 7 then the result would be 15%.


I know that a table could be used to find the value, but I am looking
for the simplest one line formula that gives the result.


Are you up to the challenge?
have fun with it. :)- 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
challenge formula Frances C[_2_] Excel Worksheet Functions 4 October 4th 07 05:46 AM
PLEASE HELP!!! Formula Question (Here's a challenge) :) William@Target[_2_] Excel Worksheet Functions 2 May 11th 07 07:11 PM
SUMPRODUCT formula challenge Mitchell Excel Worksheet Functions 3 October 11th 06 01:02 PM
Can this formula be created - Challenge Brento Excel Discussion (Misc queries) 0 June 20th 06 10:31 PM
Challenge experts will LOVE!!, Can you get the formula?? Drummy Excel Discussion (Misc queries) 0 May 25th 06 07:17 AM


All times are GMT +1. The time now is 12:40 PM.

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"