Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Simple Question

This is a very simple question, however, I cannot seem to find th
answer. If a single cell contains the following:

2($333,333)

does excel have the ability for me to reference the leading digit, an
the monetary digit separately? Or do I have to split the leading digi
and monetary digit into their own cell?

Thanks
Eri

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Simple Question

estieb

To answer your question completly we need more info as to what what yo
want excel to do with data

If you are using it in a formula then you can use left & mid function

--
Message posted from http://www.ExcelForum.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Simple Question

Leading digit

=LEFT(A1,1)

Currency digit

=MID(A1,FIND("(",A1)+1,1)

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"estieb " wrote in message
...
This is a very simple question, however, I cannot seem to find the
answer. If a single cell contains the following:

2($333,333)

does excel have the ability for me to reference the leading digit, and
the monetary digit separately? Or do I have to split the leading digit
and monetary digit into their own cell?

Thanks
Eric


---
Message posted from http://www.ExcelForum.com/



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
IF formula-simple question; simple operator Rich D Excel Discussion (Misc queries) 4 December 6th 07 03:36 PM
Very Simple Question John Charts and Charting in Excel 2 January 23rd 06 07:30 PM
Simple Simple Excel usage question BookerW Excel Discussion (Misc queries) 1 June 23rd 05 10:06 PM
simple question, hopefully a simple answer! Matt B Excel Programming 5 January 13th 04 08:43 PM
a simple question David Price[_2_] Excel Programming 0 September 1st 03 02:13 PM


All times are GMT +1. The time now is 06:44 AM.

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"