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 / January 2006

Tip: Looking for answers? Try searching our database.

Creating a group of cells.  Need Help Please.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Thundersixx - 17 Jan 2006 15:41 GMT
Havn't used excel in a while and I need to create a group of cell
corresponding to an input of a min and a max.

Here are the details.  On one sheet I have a box where you enter th
min and a box where you enter the max.  In another sheet I want
column starting at A2 to output (MIN,A2+1000,A3+1000,....MAX)  ho
would I do this
Debra Dalgleish - 17 Jan 2006 16:46 GMT
Name the cells that contain the min and max amounts, as described here:

  http://www.contextures.com/xlNames01.html

Assuming you named the cells MinAmt and MaxAmt, on the second sheet, in
cell A2, enter the formula:  =MinAmt

In cell A3, enter the formula:

  =IF(OR(A2=MaxAmt,A2=""),"",IF(A2+1000<=MaxAmt,A2+1000,MaxAmt))

Copy the formula down as far as required to accommodate the largest max
amount that will be used.

> Havn't used excel in a while and I need to create a group of cells
> corresponding to an input of a min and a max.
[quoted text clipped - 3 lines]
> column starting at A2 to output (MIN,A2+1000,A3+1000,....MAX)  how
> would I do this?

Signature

Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

 
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.