#1   Report Post  
bbc1
 
Posts: n/a
Default Added value to cell

Cell u4 has a set date in it I would like cell u8 to register this date plus
1 but if cell u4 is blank then u8 is to be blank.
ie U4 = 20/10/05
U8 = 21/10/05
if U4 blank
U8 is blank
  #2   Report Post  
bbc1
 
Posts: n/a
Default Added value to cell

Sorry forgot to add that this will be used in mutiple cells in column U

"bbc1" wrote:

Cell u4 has a set date in it I would like cell u8 to register this date plus
1 but if cell u4 is blank then u8 is to be blank.
ie U4 = 20/10/05
U8 = 21/10/05
if U4 blank
U8 is blank

  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default Added value to cell

=if(u4="","",u4+1)

Format the cell as a date.



bbc1 wrote:

Cell u4 has a set date in it I would like cell u8 to register this date plus
1 but if cell u4 is blank then u8 is to be blank.
ie U4 = 20/10/05
U8 = 21/10/05
if U4 blank
U8 is blank


--

Dave Peterson
  #4   Report Post  
bbc1
 
Posts: n/a
Default Added value to cell

Thankyou, I had a formula for the one instance but couldnt work out the other
cells, once again thankyou

"Dave Peterson" wrote:

=if(u4="","",u4+1)

Format the cell as a date.



bbc1 wrote:

Cell u4 has a set date in it I would like cell u8 to register this date plus
1 but if cell u4 is blank then u8 is to be blank.
ie U4 = 20/10/05
U8 = 21/10/05
if U4 blank
U8 is blank


--

Dave Peterson

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
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM
how do i get cell to change colour when text is added to it to hi. Mav Excel Discussion (Misc queries) 2 April 23rd 05 10:30 AM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 06:42 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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