Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Bryant
 
Posts: n/a
Default If then statements

I have what to me seems like a difficult task. I am creating a workbook that
will convert the number of 3 foot panels needed on the gable end of a
building when given roof pitch, wall height, width and length. I am able to
do everything but this; on the width of the builoding it will increase the
panels in length every three feet. I want excell to calculate the # of panels
needed and at what length. If you have any Ideas please email me at
.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
pdberger
 
Posts: n/a
Default If then statements

David --

If the width of the building in feet is in A1, then try:

=INT(A1/3)+1

unless I'm missing something from your description.

HTH

"David Bryant" wrote:

I have what to me seems like a difficult task. I am creating a workbook that
will convert the number of 3 foot panels needed on the gable end of a
building when given roof pitch, wall height, width and length. I am able to
do everything but this; on the width of the builoding it will increase the
panels in length every three feet. I want excell to calculate the # of panels
needed and at what length. If you have any Ideas please email me at
.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Bryant
 
Posts: n/a
Default If then statements

Not so much. I want it to return the number of panels needed at a certain
length. Like on an amortization schedule it will return 12 payments @ 30
dollars. I want it to read;
12 at 3
10 at 4
ect. ect.

"pdberger" wrote:

David --

If the width of the building in feet is in A1, then try:

=INT(A1/3)+1

unless I'm missing something from your description.

HTH

"David Bryant" wrote:

I have what to me seems like a difficult task. I am creating a workbook that
will convert the number of 3 foot panels needed on the gable end of a
building when given roof pitch, wall height, width and length. I am able to
do everything but this; on the width of the builoding it will increase the
panels in length every three feet. I want excell to calculate the # of panels
needed and at what length. If you have any Ideas please email me at
.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
pdberger
 
Posts: n/a
Default If then statements

David --

Hokay. Now that I understand it, I have a better approach anyway:

A B
1 #
2 3 =ROUNDUP($B$1/A2,0)
3 4 copy that down
4 6
5 8

Should work fine.

HTH

"David Bryant" wrote:

Not so much. I want it to return the number of panels needed at a certain
length. Like on an amortization schedule it will return 12 payments @ 30
dollars. I want it to read;
12 at 3
10 at 4
ect. ect.

"pdberger" wrote:

David --

If the width of the building in feet is in A1, then try:

=INT(A1/3)+1

unless I'm missing something from your description.

HTH

"David Bryant" wrote:

I have what to me seems like a difficult task. I am creating a workbook that
will convert the number of 3 foot panels needed on the gable end of a
building when given roof pitch, wall height, width and length. I am able to
do everything but this; on the width of the builoding it will increase the
panels in length every three feet. I want excell to calculate the # of panels
needed and at what length. If you have any Ideas please email me at
.

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
Excel MS Query multiple select statements Revenger Excel Discussion (Misc queries) 3 May 12th 06 12:32 PM
Creating my own user defined function help statements Craig Excel Worksheet Functions 2 February 22nd 06 04:51 PM
UDFunctions and nested If-the-else statements JDB Excel Worksheet Functions 1 January 25th 06 03:29 PM
Linking two IF statements together trixma Excel Discussion (Misc queries) 2 September 29th 05 06:07 AM
Nested IF statements John Simons Excel Worksheet Functions 14 February 16th 05 06:17 AM


All times are GMT +1. The time now is 10:58 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"