Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I want to enter a formula in excel and then create an automatic table from that formula with a certain range. I'm not quite sure how to do it, though. If I were to enter the formula: E(T)=(600T^2)-(255900T)+(27284400) in A1 how could I get a list of numbers for when T=200, T=201, T=202, etc. up to 214? Help would be appreciated, thanks. -- Fiend ------------------------------------------------------------------------ Fiend's Profile: http://www.excelforum.com/member.php...o&userid=30888 View this thread: http://www.excelforum.com/showthread...hreadid=505637 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Fiend,
This is just one of several ways: In B1 type 200. In B2 type =B1 + 1 Position the cursor over the bottom right corner of B2. The cursor should change to a finer cross called the fill handle. With the fill handle visible, click and drag down to B15. In A1 type =600*B1^2 - 255900*B1 + 277284400 Press Enter and the formula disappears, only to be replaced by 250104400 Position the cursor over the bottom right corner of A1 to get the fillhandle again then click and drag down to A15. Traditionally the independent variable (your T) is in the left column, but I don't want to argue about. Ken Johnson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks a bunch, that helped a lot! -- Fiend ------------------------------------------------------------------------ Fiend's Profile: http://www.excelforum.com/member.php...o&userid=30888 View this thread: http://www.excelforum.com/showthread...hreadid=505637 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Fiend,
Thanks for the feedback. I'm glad it helped. Ken Johnson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
How do I add a formula to activate a pivot table list?? | Excel Discussion (Misc queries) | |||
Adding a formula to a pivot table | Excel Discussion (Misc queries) | |||
Trying to get formula to Do table | Excel Worksheet Functions | |||
Formula to Extract Data from a Table | Excel Worksheet Functions |