ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how do i remove the 0 in the cells (https://www.excelbanter.com/excel-discussion-misc-queries/247659-how-do-i-remove-0-cells.html)

excelquester

how do i remove the 0 in the cells
 
here is the problem, using vlookup ,,, the information is being
transported from pages as requested by formulas,, however if the cells are
empty there appears a ( 0 ) in cells ,, how do i get rid of the
zeros so the cell will be blank so i can print with blank spaces,,, i checked
both pages to insure both are in text form.
EXample:
A1011 A1012
name 0
diet 0
--
ty Bob

Gary''s Student

how do i remove the 0 in the cells
 
Something like:

=IF(VLOOKUP()=0,"",VLOOKUP())
--
Gary''s Student - gsnu200908


"excelquester" wrote:

here is the problem, using vlookup ,,, the information is being
transported from pages as requested by formulas,, however if the cells are
empty there appears a ( 0 ) in cells ,, how do i get rid of the
zeros so the cell will be blank so i can print with blank spaces,,, i checked
both pages to insure both are in text form.
EXample:
A1011 A1012
name 0
diet 0
--
ty Bob


Peo Sjoblom[_3_]

how do i remove the 0 in the cells
 
=IF(vlookup_formula=0,"",vlookup_formula)

--


Regards,


Peo Sjoblom


"excelquester" wrote in message
...
here is the problem, using vlookup ,,, the information is being
transported from pages as requested by formulas,, however if the cells
are
empty there appears a ( 0 ) in cells ,, how do i get rid of the
zeros so the cell will be blank so i can print with blank spaces,,, i
checked
both pages to insure both are in text form.
EXample:
A1011 A1012
name 0
diet 0
--
ty Bob




excelquester

how do i remove the 0 in the cells
 
where do i put that formula,, i have a 5 page ,, work book



Master sheet,,,, sheet 1 ,,, sheet 2 ,,, etc



--
ty Bob


"Gary''s Student" wrote:

Something like:

=IF(VLOOKUP()=0,"",VLOOKUP())
--
Gary''s Student - gsnu200908


"excelquester" wrote:

here is the problem, using vlookup ,,, the information is being
transported from pages as requested by formulas,, however if the cells are
empty there appears a ( 0 ) in cells ,, how do i get rid of the
zeros so the cell will be blank so i can print with blank spaces,,, i checked
both pages to insure both are in text form.
EXample:
A1011 A1012
name 0
diet 0
--
ty Bob


David Biddulph[_2_]

how do i remove the 0 in the cells
 
You put that formula in the cell(s) where you have a VLOOKUP returning a
zero and you want an empty string.
--
David Biddulph

"excelquester" wrote in message
...
where do i put that formula,, i have a 5 page ,, work book



Master sheet,,,, sheet 1 ,,, sheet 2 ,,, etc



--
ty Bob


"Gary''s Student" wrote:

Something like:

=IF(VLOOKUP()=0,"",VLOOKUP())
--
Gary''s Student - gsnu200908


"excelquester" wrote:

here is the problem, using vlookup ,,, the information is being
transported from pages as requested by formulas,, however if the
cells are
empty there appears a ( 0 ) in cells ,, how do i get rid of
the
zeros so the cell will be blank so i can print with blank spaces,,, i
checked
both pages to insure both are in text form.
EXample:
A1011 A1012
name 0
diet 0
--
ty Bob




Peo Sjoblom[_3_]

how do i remove the 0 in the cells
 
Where the vlookup formulas that return the zeros are, it's a replacement for
your formula wrapped in an IF function to change the zeros to blanks

--


Regards,


Peo Sjoblom


"excelquester" wrote in message
...
where do i put that formula,, i have a 5 page ,, work book



Master sheet,,,, sheet 1 ,,, sheet 2 ,,, etc



--
ty Bob


"Gary''s Student" wrote:

Something like:

=IF(VLOOKUP()=0,"",VLOOKUP())
--
Gary''s Student - gsnu200908


"excelquester" wrote:

here is the problem, using vlookup ,,, the information is being
transported from pages as requested by formulas,, however if the
cells are
empty there appears a ( 0 ) in cells ,, how do i get rid of
the
zeros so the cell will be blank so i can print with blank spaces,,, i
checked
both pages to insure both are in text form.
EXample:
A1011 A1012
name 0
diet 0
--
ty Bob




JWD

how do i remove the 0 in the cells
 
Go to tools, options, click on view tab, under window options uncheck "zero
values.

excelquester

how do i remove the 0 in the cells
 
ty so much, this did the trick
--
ty Bob


"JWD" wrote:

Go to tools, options, click on view tab, under window options uncheck "zero
values.



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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com