View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
smiley61799 smiley61799 is offline
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