PC Review


Reply
 
 
=?Utf-8?B?ZHJpbGxlcg==?=
Guest
Posts: n/a
 
      9th Jul 2007
hello again,

after reply and reading previous posts...anyone please give me ONE sample
SIMPLE formula that can produce results either error results "#NULL! or
#NUM!" or numbers as desired result.....

Just reviewing how it can work with an iteration...

regards,
driller

--
*****
birds of the same feather flock together..

 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      9th Jul 2007
=(A1:A3 C1:C3)
=IRR(A1:A10,343)

I don't understand the last portion (or numbers).

driller wrote:
>
> hello again,
>
> after reply and reading previous posts...anyone please give me ONE sample
> SIMPLE formula that can produce results either error results "#NULL! or
> #NUM!" or numbers as desired result.....
>
> Just reviewing how it can work with an iteration...
>
> regards,
> driller
>
> --
> *****
> birds of the same feather flock together..


--

Dave Peterson
 
Reply With Quote
 
=?Utf-8?B?ZHJpbGxlcg==?=
Guest
Posts: n/a
 
      9th Jul 2007
thanks for quick reply...

I just wonder, never tried yet, is it possible to use function like *indirect*
in your sample formula so i can assume that this *intersection formula* can
be dynamic...
=(A1:A3 C1:C3) <<<-----result is #NULL!
=(A1:A3 a3:C3) <<<-----result is not an error!

a)can an indirect function available to work on the above ?
b)can the above formula be read if joined with some functioon something in a
formula like this...
=if((A1:A3 a3:C3)>10,"re-iterate","Okey Juan"))

hope it make sense...

regards,
driller
--
*****
birds of the same feather flock together..



"Dave Peterson" wrote:

> =(A1:A3 C1:C3)
> =IRR(A1:A10,343)
>
> I don't understand the last portion (or numbers).
>
> driller wrote:
> >
> > hello again,
> >
> > after reply and reading previous posts...anyone please give me ONE sample
> > SIMPLE formula that can produce results either error results "#NULL! or
> > #NUM!" or numbers as desired result.....
> >
> > Just reviewing how it can work with an iteration...
> >
> > regards,
> > driller
> >
> > --
> > *****
> > birds of the same feather flock together..

>
> --
>
> Dave Peterson
>

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      10th Jul 2007
I could use this:

=(INDIRECT(I1) INDIRECT(J1))

where I1 and J1 each held addresses.

I bet you can test it in your other formulas.

driller wrote:
>
> thanks for quick reply...
>
> I just wonder, never tried yet, is it possible to use function like *indirect*
> in your sample formula so i can assume that this *intersection formula* can
> be dynamic...
> =(A1:A3 C1:C3) <<<-----result is #NULL!
> =(A1:A3 a3:C3) <<<-----result is not an error!
>
> a)can an indirect function available to work on the above ?
> b)can the above formula be read if joined with some functioon something in a
> formula like this...
> =if((A1:A3 a3:C3)>10,"re-iterate","Okey Juan"))
>
> hope it make sense...
>
> regards,
> driller
> --
> *****
> birds of the same feather flock together..
>
> "Dave Peterson" wrote:
>
> > =(A1:A3 C1:C3)
> > =IRR(A1:A10,343)
> >
> > I don't understand the last portion (or numbers).
> >
> > driller wrote:
> > >
> > > hello again,
> > >
> > > after reply and reading previous posts...anyone please give me ONE sample
> > > SIMPLE formula that can produce results either error results "#NULL! or
> > > #NUM!" or numbers as desired result.....
> > >
> > > Just reviewing how it can work with an iteration...
> > >
> > > regards,
> > > driller
> > >
> > > --
> > > *****
> > > birds of the same feather flock together..

> >
> > --
> >
> > Dave Peterson
> >


--

Dave Peterson
 
Reply With Quote
 
=?Utf-8?B?ZHJpbGxlcg==?=
Guest
Posts: n/a
 
      10th Jul 2007
thanks it did work!
i hope you can help me with the next Q..any macro...
note: i apply to my work every precious thing learned in this forum...

regards,
driller
--
*****
birds of the same feather flock together..



"Dave Peterson" wrote:

> I could use this:
>
> =(INDIRECT(I1) INDIRECT(J1))
>
> where I1 and J1 each held addresses.
>
> I bet you can test it in your other formulas.
>
> driller wrote:
> >
> > thanks for quick reply...
> >
> > I just wonder, never tried yet, is it possible to use function like *indirect*
> > in your sample formula so i can assume that this *intersection formula* can
> > be dynamic...
> > =(A1:A3 C1:C3) <<<-----result is #NULL!
> > =(A1:A3 a3:C3) <<<-----result is not an error!
> >
> > a)can an indirect function available to work on the above ?
> > b)can the above formula be read if joined with some functioon something in a
> > formula like this...
> > =if((A1:A3 a3:C3)>10,"re-iterate","Okey Juan"))
> >
> > hope it make sense...
> >
> > regards,
> > driller
> > --
> > *****
> > birds of the same feather flock together..
> >
> > "Dave Peterson" wrote:
> >
> > > =(A1:A3 C1:C3)
> > > =IRR(A1:A10,343)
> > >
> > > I don't understand the last portion (or numbers).
> > >
> > > driller wrote:
> > > >
> > > > hello again,
> > > >
> > > > after reply and reading previous posts...anyone please give me ONE sample
> > > > SIMPLE formula that can produce results either error results "#NULL! or
> > > > #NUM!" or numbers as desired result.....
> > > >
> > > > Just reviewing how it can work with an iteration...
> > > >
> > > > regards,
> > > > driller
> > > >
> > > > --
> > > > *****
> > > > birds of the same feather flock together..
> > >
> > > --
> > >
> > > Dave Peterson
> > >

>
> --
>
> Dave Peterson
>

 
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
Regression Leverage Formula (Jerry W. Lewis or Mike Middleton)already have DFITS formula PJ Microsoft Excel Worksheet Functions 2 2nd Jun 2010 03:45 PM
Formula in Excel 07 to get the formula used in one cell in anothercell, showing VALUES, not cells references TobiasAL Microsoft Excel Discussion 2 1st Nov 2009 10:09 AM
Formula in Excel 07 to get the formula used in one cell in anothercell, showing VALUES, not cells references TobiasAL Microsoft Excel Worksheet Functions 1 29th Oct 2009 12:08 PM
Formula expected end of statement error, typing formula into cell as part of VBA macro DavidGMullins@gmail.com Microsoft Excel Programming 1 20th Jul 2006 07:58 PM
Commenting custom formula fields/formula on formula editor Muxer Microsoft Excel Programming 2 24th Jul 2003 01:02 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:44 PM.