Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Assigning Bin to Value

I have a list of dollar values and a list of bins. While i can get the
frequency of each value in corresponding bin.... is there an easy way to get
the bin assigned to the dollar value, in the data? Suppose my bins were in
incriments of 5 for the example below (5, 10 , 15, 20, 25) Column A are my
dollar values; i'd like column B to populate with the appropriate bin.
A B
2.00 5
11.00 15
8.00 10
12.00 15

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Assigning Bin to Value

Put the bins in a separate column, say F1 thru F6:

0
5
10
15
20
25

with your data in A1 thru A4, In B1 put:
=VLOOKUP(A1,F$1:F$6,1,TRUE)+5 and copy down to display:


2 5
11 15
8 10
12 15

--
Gary''s Student - gsnu200840


"Suzanne" wrote:

I have a list of dollar values and a list of bins. While i can get the
frequency of each value in corresponding bin.... is there an easy way to get
the bin assigned to the dollar value, in the data? Suppose my bins were in
incriments of 5 for the example below (5, 10 , 15, 20, 25) Column A are my
dollar values; i'd like column B to populate with the appropriate bin.
A B
2.00 5
11.00 15
8.00 10
12.00 15

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Assigning Bin to Value

Thanks a million.
--
Thank you -- Suzanne.


"Gary''s Student" wrote:

Put the bins in a separate column, say F1 thru F6:

0
5
10
15
20
25

with your data in A1 thru A4, In B1 put:
=VLOOKUP(A1,F$1:F$6,1,TRUE)+5 and copy down to display:


2 5
11 15
8 10
12 15

--
Gary''s Student - gsnu200840


"Suzanne" wrote:

I have a list of dollar values and a list of bins. While i can get the
frequency of each value in corresponding bin.... is there an easy way to get
the bin assigned to the dollar value, in the data? Suppose my bins were in
incriments of 5 for the example below (5, 10 , 15, 20, 25) Column A are my
dollar values; i'd like column B to populate with the appropriate bin.
A B
2.00 5
11.00 15
8.00 10
12.00 15

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
Assigning Macros Randy Excel Worksheet Functions 4 November 15th 07 08:56 PM
assigning # to day bmo Excel Worksheet Functions 3 October 17th 07 11:16 PM
Assigning a Value KaraSuzanne Excel Discussion (Misc queries) 3 August 17th 07 05:34 PM
assigning a unique value Dino Excel Worksheet Functions 27 May 7th 05 12:12 AM
Assigning a value to a name Charli Excel Worksheet Functions 2 November 24th 04 08:50 PM


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