A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

formula for spreadsheet



 
 
Thread Tools Display Modes
  #1  
Old September 15th, 2009, 09:38 PM posted to microsoft.public.excel.newusers
smiley61799
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  
Old September 15th, 2009, 10:41 PM posted to microsoft.public.excel.newusers
Bill Kuunders
external usenet poster
 
Posts: 221
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  
Old September 16th, 2009, 02:11 PM posted to microsoft.public.excel.newusers
smiley61799
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




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:34 PM.


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