PC Review


Reply
Thread Tools Rate Thread

cell address combination

 
 
marcas91@gmail.com
Guest
Posts: n/a
 
      17th Nov 2006
I'm using regular Excel formula in the cells (not scripting, mainly
because I don't know how). I have a problem with trying to combine
offset() and small()

my actual code is:

=OFFSET(small(E4:E18,1),0,-2)

and it obviously doesn't work.

Is there any way to use those two features together?

If it helps I'm trying to make a gradebook capable of weighting
categories (e.g. 50% of avg for quiz, etc.) and dropping lowest
quizzes. I have all the code working except this one combination of
finding the lowest grade using small() and returning its corresponding
number using offset().

Thanks in advance for any help.

Marcas Burnett
marcas91[at]gmail[dot]com
-----------------------------------------------------------------------------------------------------------------------------------------------

Hi!

The first argument in Offset must be a cell address. See if this does
what
you want:

=OFFSET(E4,MATCH(SMALL(E4:E18,1),E4:E18,0)-1,-2)

Biff
-----------------------------------------------------------------------------------------------------------------------------------------------

The only thing is: will the match function work if two grades can be
the same? (if you can make 2 95's then will the match function work?)

 
Reply With Quote
 
 
 
 
Biff
Guest
Posts: n/a
 
      17th Nov 2006
See you original post!

Biff

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I'm using regular Excel formula in the cells (not scripting, mainly
> because I don't know how). I have a problem with trying to combine
> offset() and small()
>
> my actual code is:
>
> =OFFSET(small(E4:E18,1),0,-2)
>
> and it obviously doesn't work.
>
> Is there any way to use those two features together?
>
> If it helps I'm trying to make a gradebook capable of weighting
> categories (e.g. 50% of avg for quiz, etc.) and dropping lowest
> quizzes. I have all the code working except this one combination of
> finding the lowest grade using small() and returning its corresponding
> number using offset().
>
> Thanks in advance for any help.
>
> Marcas Burnett
> marcas91[at]gmail[dot]com
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
> Hi!
>
> The first argument in Offset must be a cell address. See if this does
> what
> you want:
>
> =OFFSET(E4,MATCH(SMALL(E4:E18,1),E4:E18,0)-1,-2)
>
> Biff
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
> The only thing is: will the match function work if two grades can be
> the same? (if you can make 2 95's then will the match function work?)
>



 
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
Formula by combination of worksheet name and cell =?Utf-8?B?RmFubnk=?= Microsoft Excel Misc 2 20th Sep 2007 03:24 PM
combination functions in one cell =?Utf-8?B?bWFyeSBz?= Microsoft Excel Worksheet Functions 6 21st Sep 2006 08:15 PM
Cell combination vhopvista Microsoft Excel Discussion 2 8th Oct 2004 11:09 PM
Cell combination vhopvista Microsoft Excel Discussion 1 8th Oct 2004 07:12 PM
combination box to cell Chris A Microsoft Excel Programming 2 8th Nov 2003 05:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:03 PM.