ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   formula for spreadsheet (https://www.excelbanter.com/new-users-excel/242748-formula-spreadsheet.html)

smiley61799

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

Bill Kuunders

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




smiley61799

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






All times are GMT +1. The time now is 09:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com