Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to make column "E" read "N/A" when column "B" reads "0". How do i do it?
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional format a column based on value in a different column | Excel Worksheet Functions | |||
format cells in one column based on value in another column | New Users to Excel | |||
Format column to link file names in that column | Excel Discussion (Misc queries) | |||
How do I format the A/ B Column to be fixed like numeric column | Excel Worksheet Functions |