#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 38
Default offset formula

IN CELL
B1 MY INPUT VALUE VARIES FROM 1-30
IN E1 MY INPUT WILL BE AMOUNT IT VARIES ASSUME 300000.
i WANT FORMULA IN A5 TO SHOW 0 AND A6 AS 1 SO ON TILL I GET THE INPUT IN B1
.. AND IN C5 I NEED A FORMULA =$E$1*((2*(A5/$B$1)^2-(A5/$B$1)^4) TILL SAME AS
IN COLUMN BASED ON THE VALUE IN B1.
WISH YOU ALL A VAERY HAPPY NEW YEAR -2010 IN ADVANCE



A B C D E F
G
1


2

3


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default offset formula

Darn, I had to use PROPER to read your all caps posting (aw)
DO make it easy for all readers, don't use all CAPS in your postings. Ever.

Q1
In A5: =IF(ROWS($1:1)-1B$1,"",ROWS($1:1)-1)
Copy down to A35. A5:A35 will return the auto-serializing that I think you
seek, starting from zero till the max value that is specified for B1 (30).
The serializing terminates at the number that you input into B1.

Q2
In C5: =IF(A5="","",$E$1*((2*(A5/$B$1)^2-(A5/$B$1)^4)))
Copy down to C35. I merely bolted-on a front IF trap: =IF(A5="","", ...
to your formula as posted so that it returns correspondingly to the serial
numbers in A5:A35. Where the serial terminates, it returns blanks: "". I'm
guessing this is what you want to happen.

Above of any worth? Hit the YES below
--
Max
Singapore
---
"vmohan1978" wrote:
In Cell B1 My Input Value Varies From 1-30
In E1 My Input Will Be Amount It Varies Assume 300000


Q1
I Want Formula In A5 To Show 0 And A6 As 1 So On Till I Get The Input In B1


Q2
In C5 I Need A Formula =$E$1*((2*(A5/$B$1)^2-(A5/$B$1)^4) Till Same As
In Column Based On The Value In B1


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 38
Default offset formula

Dear Max ,
Thanks for your suggestion regardin not to use caps in posting , i wll not
use all caps in my future posting.
It working perfectly thanks for you help. If i use chart ( Lines) what range
i have to select so that it changes automatically wrt to the no of months
without showing drop in the chart.


"Max" wrote:

Darn, I had to use PROPER to read your all caps posting (aw)
DO make it easy for all readers, don't use all CAPS in your postings. Ever.

Q1
In A5: =IF(ROWS($1:1)-1B$1,"",ROWS($1:1)-1)
Copy down to A35. A5:A35 will return the auto-serializing that I think you
seek, starting from zero till the max value that is specified for B1 (30).
The serializing terminates at the number that you input into B1.

Q2
In C5: =IF(A5="","",$E$1*((2*(A5/$B$1)^2-(A5/$B$1)^4)))
Copy down to C35. I merely bolted-on a front IF trap: =IF(A5="","", ...
to your formula as posted so that it returns correspondingly to the serial
numbers in A5:A35. Where the serial terminates, it returns blanks: "". I'm
guessing this is what you want to happen.

Above of any worth? Hit the YES below
--
Max
Singapore
---
"vmohan1978" wrote:
In Cell B1 My Input Value Varies From 1-30
In E1 My Input Will Be Amount It Varies Assume 300000


Q1
I Want Formula In A5 To Show 0 And A6 As 1 So On Till I Get The Input In B1


Q2
In C5 I Need A Formula =$E$1*((2*(A5/$B$1)^2-(A5/$B$1)^4) Till Same As
In Column Based On The Value In B1


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default offset formula

For your new query, try a fresh posting in microsoft.public.excel.charting
--
Max
Singapore
----
"vmohan1978" wrote in message
...
Dear Max ,
Thanks for your suggestion regardin not to use caps in posting , i wll not
use all caps in my future posting.
It working perfectly thanks for you help. If i use chart ( Lines) what
range
i have to select so that it changes automatically wrt to the no of months
without showing drop in the chart.



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
Offset Formula or Better Way David Excel Worksheet Functions 1 December 15th 08 09:16 AM
Offset formula Joe_Hunt Excel Worksheet Functions 2 August 29th 08 12:35 AM
Offset Formula Secret Squirrel Excel Discussion (Misc queries) 3 July 28th 08 12:48 AM
Compare Cell Values, Offset(-1,0), Offset(-1,-1), and xlFillDefaul RyGuy Excel Worksheet Functions 2 September 28th 07 10:54 PM
Help with Offset formula Ken G. Excel Discussion (Misc queries) 2 May 26th 06 02:32 AM


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