Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 152
Default Assigning Dollar Values to 'Buckets'

Greetings. I have several hundred rows of dollar amounts in column A, in
column B i'd like to display the 'dollar bucket' this value falls into. (The
buckets are predetermined $500 increments.) Looking foward to hearing back.
Thanks a million.

For example:
A B
$ 504.09 $ 500 - $ 1,000
$ 1,725.35 $ 1,500 - $ 2,000



--
Thank you -- Suzanne.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Assigning Dollar Values to 'Buckets'

=TEXT(INT(A2/500)*500,"[$$-409] # ##0")&" -
"&TEXT(INT(A2/500)*500+500,"[$$-409] # ##0")
Regards,
Stefi


€žSuzanne€ť ezt Ă*rta:

Greetings. I have several hundred rows of dollar amounts in column A, in
column B i'd like to display the 'dollar bucket' this value falls into. (The
buckets are predetermined $500 increments.) Looking foward to hearing back.
Thanks a million.

For example:
A B
$ 504.09 $ 500 - $ 1,000
$ 1,725.35 $ 1,500 - $ 2,000



--
Thank you -- Suzanne.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Assigning Dollar Values to 'Buckets'

With your first dollar value in A1, put this in B1:

=TEXT(INT(A1/500)*500,"$0")&" to "&TEXT((INT(A1/500)+1)*500,"$0")

Copy it down column B as required.

Hope this helps.

Pete

On Jul 30, 12:01*pm, Suzanne
wrote:
Greetings. I have several hundred rows of dollar amounts in column A, in
column B i'd like to display the 'dollar bucket' this value falls into. (The
buckets are predetermined $500 increments.) * Looking foward to hearing back.
Thanks a *million.

For example:
* * * *A * * * * * * * * *B
$ * *504.09 * * $ * 500 - $ 1,000
$ 1,725.35 * * $ 1,500 - $ 2,000

--
Thank you -- Suzanne.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 152
Default Assigning Dollar Values to 'Buckets'

Nice! It's a keeper. Thanks so much.
--
Thank you -- Suzanne.


"Stefi" wrote:

=TEXT(INT(A2/500)*500,"[$$-409] # ##0")&" -
"&TEXT(INT(A2/500)*500+500,"[$$-409] # ##0")
Regards,
Stefi


€žSuzanne€ť ezt Ă*rta:

Greetings. I have several hundred rows of dollar amounts in column A, in
column B i'd like to display the 'dollar bucket' this value falls into. (The
buckets are predetermined $500 increments.) Looking foward to hearing back.
Thanks a million.

For example:
A B
$ 504.09 $ 500 - $ 1,000
$ 1,725.35 $ 1,500 - $ 2,000



--
Thank you -- Suzanne.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Assigning Dollar Values to 'Buckets'

You are welcome! Thanks for the feedback!
What does "keeper" mean in this context? I never heard it!
Stefi

€žSuzanne€ť ezt Ă*rta:

Nice! It's a keeper. Thanks so much.
--
Thank you -- Suzanne.


"Stefi" wrote:

=TEXT(INT(A2/500)*500,"[$$-409] # ##0")&" -
"&TEXT(INT(A2/500)*500+500,"[$$-409] # ##0")
Regards,
Stefi


€žSuzanne€ť ezt Ă*rta:

Greetings. I have several hundred rows of dollar amounts in column A, in
column B i'd like to display the 'dollar bucket' this value falls into. (The
buckets are predetermined $500 increments.) Looking foward to hearing back.
Thanks a million.

For example:
A B
$ 504.09 $ 500 - $ 1,000
$ 1,725.35 $ 1,500 - $ 2,000



--
Thank you -- Suzanne.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 152
Default Assigning Dollar Values to 'Buckets'

Ah, something good, something worth holding on to and keeping : )
--
Thank you -- Suzanne.


"Stefi" wrote:

You are welcome! Thanks for the feedback!
What does "keeper" mean in this context? I never heard it!
Stefi

€žSuzanne€ť ezt Ă*rta:

Nice! It's a keeper. Thanks so much.
--
Thank you -- Suzanne.


"Stefi" wrote:

=TEXT(INT(A2/500)*500,"[$$-409] # ##0")&" -
"&TEXT(INT(A2/500)*500+500,"[$$-409] # ##0")
Regards,
Stefi


€žSuzanne€ť ezt Ă*rta:

Greetings. I have several hundred rows of dollar amounts in column A, in
column B i'd like to display the 'dollar bucket' this value falls into. (The
buckets are predetermined $500 increments.) Looking foward to hearing back.
Thanks a million.

For example:
A B
$ 504.09 $ 500 - $ 1,000
$ 1,725.35 $ 1,500 - $ 2,000



--
Thank you -- Suzanne.

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 Values to Symbols George Excel Discussion (Misc queries) 6 September 6th 07 09:03 PM
Assigning point values? Riptide Excel Worksheet Functions 2 July 23rd 07 12:54 PM
Assigning values to words cardingtr Excel Discussion (Misc queries) 4 February 18th 06 04:30 AM
Assigning values to letters Cheri Excel Worksheet Functions 3 December 20th 05 03:55 AM
assigning values by intervals Pete at FMR Excel Worksheet Functions 2 August 8th 05 03:55 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"