Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default how to format a column to corespond with another

I want to make column "E" read "N/A" when column "B" reads "0". How do i do it?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default how to format a column to corespond with another

Put this in E1:

=IF(B1=0,"N/A","")

and copy down.

Hope this helps.

Pete

On Dec 3, 9:09*pm, JeremyC. wrote:
I want to make column "E" read "N/A" when column "B" reads "0". How do i do it?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default how to format a column to corespond with another

=REPT("N/A",B1=0)


"JeremyC." wrote:

I want to make column "E" read "N/A" when column "B" reads "0". How do i do it?

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
Conditional format a column based on value in a different column Friday Excel Worksheet Functions 3 October 27th 09 05:54 PM
format cells in one column based on value in another column SuzyQ New Users to Excel 3 July 19th 09 03:33 AM
Format column to link file names in that column desiaashik Excel Discussion (Misc queries) 2 March 29th 09 05:11 PM
How do I format the A/ B Column to be fixed like numeric column April Excel Worksheet Functions 0 August 17th 07 01:57 AM


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