#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Algrebraic Functions

How would you solve a function with input 1 output 8.

Then input 2 output 14.

next input 3 output is blank

then input is blank Output is 24.

the input is blank and the out put is 28.

Finally, the input is 6 and the output is blank.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 66
Default Algrebraic Functions

First the bad news: I don't think you can use Excel to just give you the
function you require (by typing in the inputs and outputs).

The good news: you could use Excel to test a function you come up with
yourself.

It seems reasonable that the Input 'blanks' in your data are 4 and 5. This
gives a series of input/ouput pairs as (1,8) (2,14) (3,?) (4,24) (5,28)
(6,?). So if you type the numbers 1 to 6 in say cells A1 to A6, then you can
try different 'functions' in cells B1 to B6, such as using a formula in B1
like =(A1*2) + 6

Then drag fill this formula down to B6, so that B2 holds formula =(A2*2) +
6, B3 holds formula =(A3*2) + 6 etc.

This formula would translate to a function: output = (input x 2) + 6

This isn't the function you're looking for by the way, but you should be
able to find the one you need with some maths playing about!

Regards,

Tom


"Jpleasant" wrote:

How would you solve a function with input 1 output 8.

Then input 2 output 14.

next input 3 output is blank

then input is blank Output is 24.

the input is blank and the out put is 28.

Finally, the input is 6 and the output is blank.

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
Multiple functions, conditional functions HeatherBelle Excel Worksheet Functions 7 October 17th 08 03:57 PM
How to convert cell formula functions to code functions Adnan Excel Discussion (Misc queries) 1 October 1st 08 08:30 PM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
Looking for a site with functions that substitute the ATP functions Franz Verga Excel Worksheet Functions 3 June 24th 06 04:30 AM
Nesting functions in the functions dialog box cs170a Excel Worksheet Functions 0 June 10th 05 10:36 PM


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