Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
rocket0612
 
Posts: n/a
Default seperating dates & values


2 questions,

If in Cell A1 I have a date in the formay DD/MM/YY, how do I seperate
this so in B1 it shows DD, C1 shows MM & D1 shows YY.

additioanly, I have a value £1234.56 in cell A1, how to I get the
pounds to show in B1 & the pence in C1?

many thanks


--
rocket0612
------------------------------------------------------------------------
rocket0612's Profile: http://www.excelforum.com/member.php...o&userid=19492
View this thread: http://www.excelforum.com/showthread...hreadid=393789

  #2   Report Post  
Max
 
Posts: n/a
Default

"rocket0612" wrote:

If in Cell A1 I have a date in the formay DD/MM/YY, how do I seperate
this so in B1 it shows DD, C1 shows MM & D1 shows YY.


Put in:

B1: =TEXT(A1,"dd")
C1: =TEXT(A1,"mm")
D1: =TEXT(A1,"yy")

additionally, I have a value £1234.56 in cell A1, how to I get the
pounds to show in B1 & the pence in C1?


Assuming the " £1234.56 " in A1 is actually a number: 1234.56
with A1 formatted to display in currency

Put in B1: =TRUNC(A1)
Format B1 as number to zero dp

Put in C1: =A1-B1
Format C1 as number to 2 dp

--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--


  #3   Report Post  
rocket0612
 
Posts: n/a
Default


many, many thanks :)


--
rocket0612
------------------------------------------------------------------------
rocket0612's Profile: http://www.excelforum.com/member.php...o&userid=19492
View this thread: http://www.excelforum.com/showthread...hreadid=393789

  #4   Report Post  
Max
 
Posts: n/a
Default

You're welcome !
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--


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
Sum values between dates Scott Frickman Excel Worksheet Functions 3 July 5th 05 09:59 PM
Using dates for x-axis values as string instead of creating a scale cs_weirdo Charts and Charting in Excel 2 June 17th 05 12:20 AM
How to dates column with values in next column Carlton A. Barlow Excel Discussion (Misc queries) 1 April 18th 05 04:28 AM
FORMULA REQD FOR ADD ING DATES AND VALUES AND PART NUMBERS ANDY CALLAGHAN Excel Discussion (Misc queries) 1 March 6th 05 10:35 PM
SUM values between dates Qaspec Excel Worksheet Functions 1 January 19th 05 03:45 PM


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