Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 17
Default formula for spreadsheet

I have a spreadsheet which I include a total for square foot for items I
produce. In a seperate column I include how many days out I was notified of
the order. Then I have four columns which break out 5 days or less, 6-10
days etc... I am trying to find a formula which can take the number of Sqare
feet (A) then read the cell for days out (B) and correctly place it
automatically in the appropriate cell breakdown (C-F). Is there a way to
make this happen?

A B C D E
F
Square Feet Days Out 5 days or less 6-10 days 11-29 days 30 or
more days
10 12 10
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 303
Default formula for spreadsheet

one way would be to enter

in C2 =IF(B2<=5,A2,"")
in D2 =IF(AND(B2=6,B2<=10),A2,"")
in E2 = IF(AND(B2=11,B2<=29,A2,"")
in F2 =IF(B2=30,A2,"")


--
Greetings from New Zealand

"smiley61799" wrote in message
...
I have a spreadsheet which I include a total for square foot for items I
produce. In a seperate column I include how many days out I was notified
of
the order. Then I have four columns which break out 5 days or less, 6-10
days etc... I am trying to find a formula which can take the number of
Sqare
feet (A) then read the cell for days out (B) and correctly place it
automatically in the appropriate cell breakdown (C-F). Is there a way to
make this happen?

A B C D
E
F
Square Feet Days Out 5 days or less 6-10 days 11-29 days 30 or
more days
10 12
10



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 17
Default formula for spreadsheet

This is awesome and works great!
"Bill Kuunders" wrote:

one way would be to enter

in C2 =IF(B2<=5,A2,"")
in D2 =IF(AND(B2=6,B2<=10),A2,"")
in E2 = IF(AND(B2=11,B2<=29,A2,"")
in F2 =IF(B2=30,A2,"")


--
Greetings from New Zealand

"smiley61799" wrote in message
...
I have a spreadsheet which I include a total for square foot for items I
produce. In a seperate column I include how many days out I was notified
of
the order. Then I have four columns which break out 5 days or less, 6-10
days etc... I am trying to find a formula which can take the number of
Sqare
feet (A) then read the cell for days out (B) and correctly place it
automatically in the appropriate cell breakdown (C-F). Is there a way to
make this happen?

A B C D
E
F
Square Feet Days Out 5 days or less 6-10 days 11-29 days 30 or
more days
10 12
10




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
I need spreadsheet formula help PLEASE!!! brebrian Excel Worksheet Functions 2 August 9th 08 06:25 PM
IF formula in spreadsheet Dennis1188 Excel Discussion (Misc queries) 11 April 19th 07 10:14 PM
formula to get the spreadsheet address to print on the spreadsheet Jen Excel Discussion (Misc queries) 1 September 18th 06 01:22 PM
Is there a way to insert a formula, password or macro in an excel spreadsheet that will automatically delete the spreadsheet? oil_driller Excel Discussion (Misc queries) 1 February 8th 05 09:34 AM
Formula Help (new to Spreadsheet) Ken Moskowitz Excel Worksheet Functions 4 February 5th 05 06:32 AM


All times are GMT +1. The time now is 12:57 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"