#1   Report Post  
AcesUp
 
Posts: n/a
Default >= Trouble


Ok this is one of those one that is probably so simple I've overlooking
the obvious solution.

I have two sheets, on sheet one in A1 I have 09/12/2005

On sheet two in cell B1 I would like to use a formula (or anything that
will work) that looks at cell A1 on sheet 1 and then formats it to
read,

=09/12/2005


I've tried =IF(Sheet1!A11,"=Sheet1!A1") but this just left the cell
to read,

=Sheet1!A1


Which doesn't work when I try and apply a advanced filter.

Thanks for any help in advance.
AU


--
AcesUp
------------------------------------------------------------------------
AcesUp's Profile: http://www.excelforum.com/member.php...o&userid=26519
View this thread: http://www.excelforum.com/showthread...hreadid=398417

  #2   Report Post  
Excel_Geek
 
Posts: n/a
Default


Try this out. Note that I've added a check to see if either the month
or day is less than ten, and if so, lead that figure with a zero.

="="&IF(MONTH(Sheet1!A1)<10,"0"&MONTH(Sheet1!A1), MONTH(Sheet1!A1))&"/"&IF(DAY(Sheet1!A1)<10,"0"&DAY(Sheet1!A1),DAY(Shee t1!A1))&"/"&YEAR(Sheet1!A1)


--
Excel_Geek


------------------------------------------------------------------------
Excel_Geek's Profile: http://www.excelforum.com/member.php...o&userid=26423
View this thread: http://www.excelforum.com/showthread...hreadid=398417

  #3   Report Post  
Piranha
 
Posts: n/a
Default


Sorry, never mind.


--
Piranha


------------------------------------------------------------------------
Piranha's Profile: http://www.excelforum.com/member.php...o&userid=20435
View this thread: http://www.excelforum.com/showthread...hreadid=398417

  #4   Report Post  
AcesUp
 
Posts: n/a
Default


Excel Geek,

Excellent solution it worked perfectly I just had to change it slightly
so the day and month read in the UK style.

I feel slightly relieved it was fairly complicated after all (for me
anyway).

Thanks again.
AU


--
AcesUp
------------------------------------------------------------------------
AcesUp's Profile: http://www.excelforum.com/member.php...o&userid=26519
View this thread: http://www.excelforum.com/showthread...hreadid=398417

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
Having trouble totaling columns in excel 2003, always worked b4 rjmac Excel Worksheet Functions 1 June 24th 05 07:01 PM
trouble shooting section danielle Excel Discussion (Misc queries) 1 April 25th 05 10:11 PM
I have had trouble with textbox text to worksheet Thomas Excel Discussion (Misc queries) 1 March 10th 05 03:23 AM
Graphing Trouble ¤Xperimental¤ Excel Discussion (Misc queries) 1 February 3rd 05 01:18 PM
Maps.........Having Trouble Loading things grasshopper Excel Worksheet Functions 1 November 3rd 04 03:29 PM


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