#1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Formula help request

I'm trying to develop a formula that will calculate the linear feet of
reinforcing bar I will need when I input the dimensions of a
rectangular concrete slab.

Let's say that I have a slab that is 100' x 50' and I need to have
rebar at 16" on center both ways.

I need a formula to calculate that.

Thanks so much.
GMC

  #2   Report Post  
Posted to microsoft.public.excel.misc
Marvin P. Winterbottom
 
Posts: n/a
Default Formula help request

put the length in cell A1, the width in cell B1 then the formula is:

=((A1/16)*B1)+((B1/16)*A1)

I think, but try it, or get a second opinion. :)

" wrote:

I'm trying to develop a formula that will calculate the linear feet of
reinforcing bar I will need when I input the dimensions of a
rectangular concrete slab.

Let's say that I have a slab that is 100' x 50' and I need to have
rebar at 16" on center both ways.

I need a formula to calculate that.

Thanks so much.
GMC


  #3   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default Formula help request

Try this:

assumings

A1 = width in feet
B1 = lenght in feet
C1 = spacing in inches

=ROUNDDOWN(A1*12/C1,0)*B1+ROUNDDOWN(B1*12/C1,0)*A1

if I input 100 X 50 I get 7450 feet.

HTH
JG

" wrote:

I'm trying to develop a formula that will calculate the linear feet of
reinforcing bar I will need when I input the dimensions of a
rectangular concrete slab.

Let's say that I have a slab that is 100' x 50' and I need to have
rebar at 16" on center both ways.

I need a formula to calculate that.

Thanks so much.
GMC


  #4   Report Post  
Posted to microsoft.public.excel.misc
Marvin P. Winterbottom
 
Posts: n/a
Default Formula help request

yes, yes, mine was wrong, I forgot about feet and inches...

"pinmaster" wrote:

Try this:

assumings

A1 = width in feet
B1 = lenght in feet
C1 = spacing in inches

=ROUNDDOWN(A1*12/C1,0)*B1+ROUNDDOWN(B1*12/C1,0)*A1

if I input 100 X 50 I get 7450 feet.

HTH
JG

" wrote:

I'm trying to develop a formula that will calculate the linear feet of
reinforcing bar I will need when I input the dimensions of a
rectangular concrete slab.

Let's say that I have a slab that is 100' x 50' and I need to have
rebar at 16" on center both ways.

I need a formula to calculate that.

Thanks so much.
GMC


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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
adding row to forumla carrera Excel Discussion (Misc queries) 9 August 23rd 05 10:24 PM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Another Date Formula Request Qaspec Excel Worksheet Functions 1 January 21st 05 04:21 PM


All times are GMT +1. The time now is 09:59 AM.

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"