#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Formulas

Hi,
I want to make cell N7 show the text that is written in cell D5, but if
there isn't anything written in D5 yet, then i want N7 to remain blank. What
formula can i use?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Formulas

Hi

Try this in N7

=IF(D5<"",D5,"")

Mike

"Shannan" wrote:

Hi,
I want to make cell N7 show the text that is written in cell D5, but if
there isn't anything written in D5 yet, then i want N7 to remain blank. What
formula can i use?

  #3   Report Post  
Posted to microsoft.public.excel.misc
KC KC is offline
external usenet poster
 
Posts: 94
Default Formulas

=IF(D5=0, "",D5)

or

=IF(D5<"", D5,"")

-kc
*Click YES if this helps

"Shannan" wrote:

Hi,
I want to make cell N7 show the text that is written in cell D5, but if
there isn't anything written in D5 yet, then i want N7 to remain blank. What
formula can i use?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Formulas

In N7:

=IF(D5="","",D5)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Shannan" wrote in message
...
Hi,
I want to make cell N7 show the text that is written in cell D5, but if
there isn't anything written in D5 yet, then i want N7 to remain blank.
What
formula can i use?


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
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
lookup formulas dependent upon lookup formulas Skibee Excel Worksheet Functions 1 July 20th 07 02:20 AM
automatically copy formulas down columns or copy formulas all the HowlingBlue Excel Worksheet Functions 1 March 16th 07 11:11 PM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
formulas for changing formulas? creativeops Excel Discussion (Misc queries) 4 January 26th 06 03:07 AM


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