Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default 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



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 136
Default 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





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 136
Default 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



  #7   Report Post  
Posted to microsoft.public.excel.misc
JWD JWD is offline
external usenet poster
 
Posts: 3
Default how do i remove the 0 in the cells

Go to tools, options, click on view tab, under window options uncheck "zero
values.
  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default 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.

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
How Can I remove cells assigned in Box Name Stefi Excel Discussion (Misc queries) 2 March 20th 09 08:06 AM
how do I shift the contents of the cells up to remove empty cells. auctioncoach Excel Discussion (Misc queries) 2 February 11th 09 06:15 PM
Remove Space in Cells [email protected] New Users to Excel 0 March 31st 08 05:36 PM
remove zero value cells when printing. Matt Excel Worksheet Functions 7 September 8th 06 05:58 AM
Remove ' from cells Beamers Excel Discussion (Misc queries) 1 May 17th 06 04:32 PM


All times are GMT +1. The time now is 04:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"