Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / November 2006

Tip: Looking for answers? Try searching our database.

cell address combination

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
marcas91@gmail.com - 17 Nov 2006 01:03 GMT
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?)
Biff - 17 Nov 2006 04:14 GMT
See you original post!

Biff

> 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
[quoted text clipped - 33 lines]
> 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?)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.