A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

IFBLANK



 
 
Thread Tools Display Modes
  #1  
Old April 19th, 2010, 10:58 AM posted to microsoft.public.excel.misc
mrtintheweb
external usenet poster
 
Posts: 1
Default IFBLANK

I have a spreadsheet that has dates in. The spreadsheet needs pre-poulated
boxes that are blank but will show dates once data has been input.

eg:
A B C D
34 NAME DATE FUTUREDATE
35 John 15/03/10 =C35+(7*6)
36

D36 Cell shows as 11/02/1900 when C36 is not populated but want i to show
blank until it is populated when I want the formula to kick in.

Toby
  #2  
Old April 19th, 2010, 11:03 AM posted to microsoft.public.excel.misc
Mike H
external usenet poster
 
Posts: 8,419
Default IFBLANK

Hi,

try this

=IF(C36="","",C36+(7*6))
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"mrtintheweb" wrote:

I have a spreadsheet that has dates in. The spreadsheet needs pre-poulated
boxes that are blank but will show dates once data has been input.

eg:
A B C D
34 NAME DATE FUTUREDATE
35 John 15/03/10 =C35+(7*6)
36

D36 Cell shows as 11/02/1900 when C36 is not populated but want i to show
blank until it is populated when I want the formula to kick in.

Toby

  #3  
Old April 19th, 2010, 12:26 PM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default IFBLANK

=IF(C35,C35+(7*6),"")

--
Jacob (MVP - Excel)


"mrtintheweb" wrote:

I have a spreadsheet that has dates in. The spreadsheet needs pre-poulated
boxes that are blank but will show dates once data has been input.

eg:
A B C D
34 NAME DATE FUTUREDATE
35 John 15/03/10 =C35+(7*6)
36

D36 Cell shows as 11/02/1900 when C36 is not populated but want i to show
blank until it is populated when I want the formula to kick in.

Toby

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.