Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default I need one cell to populate another cell with a $ amount

I have a spread sheet for a dr's office one cell has the dates of service
which i have divided by semi colons for example 5;20;29 each date of service
should populate the next cell $25.00 so that should populate the next cell
to be $ 75.00. Any help is appreciated! Thanks so much I am really needing
this today!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 75
Default I need one cell to populate another cell with a $ amount

I'm not sure if this is what you are saying, but say you have the data
you mention in cell A1. The following formula in cell B1 determines
how many ";"s there are, adds 1, then multiplies by 25. If that is now
what you want, just let me know.

=IF(ISBLANK(A1),0,LEN(A1)-LEN(SUBSTITUTE(A1,";",""))+1)*25


Mark


Crissy Hanger wrote:
I have a spread sheet for a dr's office one cell has the dates of service
which i have divided by semi colons for example 5;20;29 each date of service
should populate the next cell $25.00 so that should populate the next cell
to be $ 75.00. Any help is appreciated! Thanks so much I am really needing
this today!


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default I need one cell to populate another cell with a $ amount

The date of service is in column D and the charge is in column E the chareg
should have a dollar sign and be in dollar format. Thanks so much you are a
life saver when you post the formula then do I copy and paste that in the
formula bar?
Thanks again MARK!

"Mark Driscol" wrote:

I'm not sure if this is what you are saying, but say you have the data
you mention in cell A1. The following formula in cell B1 determines
how many ";"s there are, adds 1, then multiplies by 25. If that is now
what you want, just let me know.

=IF(ISBLANK(A1),0,LEN(A1)-LEN(SUBSTITUTE(A1,";",""))+1)*25


Mark


Crissy Hanger wrote:
I have a spread sheet for a dr's office one cell has the dates of service
which i have divided by semi colons for example 5;20;29 each date of service
should populate the next cell $25.00 so that should populate the next cell
to be $ 75.00. Any help is appreciated! Thanks so much I am really needing
this today!



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,203
Default I need one cell to populate another cell with a $ amount

Yes, cut and paste it into the formula bar while you have cell in E. You
need to make a couple of changes and you can edit right in the formula bar.
All the references to A1 need to be changed to D1.
Also, if the first row with your data is other than row 1, change the
number; i.e. if your entries start in row 2, then you'd be pasting into E2
and the A1's should all be D2


"Crissy Hanger" wrote:

The date of service is in column D and the charge is in column E the chareg
should have a dollar sign and be in dollar format. Thanks so much you are a
life saver when you post the formula then do I copy and paste that in the
formula bar?
Thanks again MARK!

"Mark Driscol" wrote:

I'm not sure if this is what you are saying, but say you have the data
you mention in cell A1. The following formula in cell B1 determines
how many ";"s there are, adds 1, then multiplies by 25. If that is now
what you want, just let me know.

=IF(ISBLANK(A1),0,LEN(A1)-LEN(SUBSTITUTE(A1,";",""))+1)*25


Mark


Crissy Hanger wrote:
I have a spread sheet for a dr's office one cell has the dates of service
which i have divided by semi colons for example 5;20;29 each date of service
should populate the next cell $25.00 so that should populate the next cell
to be $ 75.00. Any help is appreciated! Thanks so much I am really needing
this today!



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
CALCULATE GST AMOUNT FROM AMOUNT IN OTHER CELL Cruisie Suzie Excel Worksheet Functions 1 October 27th 08 07:51 AM
How to populate a cell with numeric value based on textselected from pull down in adjacent cell? Garth Rodericks Excel Worksheet Functions 1 September 5th 08 02:03 AM
Populate a cell if values in cell 1 and cell 2 match cell 3 and 4 [email protected] Excel Worksheet Functions 1 August 22nd 08 02:04 AM
sales tax total amount from one cell amount to another cell ROSIEMSM Excel Discussion (Misc queries) 1 May 19th 07 03:15 PM
auto populate cell based on previous cell drop down list selectio. PuzzledbyLists Excel Discussion (Misc queries) 2 September 11th 06 01:28 AM


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