Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 55
Default 0 value in null value cell

How do I stop a 0 from showing up in a cell running a lookup function when
there is a null value?

Thanks,
Todd
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default 0 value in null value cell

Hi,
you can use and If statement so can eliminate the 0 or null
Try and let me know

=IF(LOOKUP(C3,F3:I4)=0," ",LOOKUP(C3,F3:I4))


--
Sigmund


"FP Novice" wrote:

How do I stop a 0 from showing up in a cell running a lookup function when
there is a null value?

Thanks,
Todd

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
If cell not null use that value Neall Excel Worksheet Functions 1 May 7th 09 07:55 PM
Failed to save table attributes of (null) into (null). Luca Brasi Excel Discussion (Misc queries) 2 February 4th 09 04:30 PM
Sum a NULL cell ArcticWolf Excel Worksheet Functions 6 December 4th 08 02:04 PM
If A cell Is null Do Nothing. Ardy Excel Programming 4 January 4th 07 04:18 PM
cell value based on null/not null in another cell spence Excel Worksheet Functions 1 February 18th 06 11:49 PM


All times are GMT +1. The time now is 10:47 PM.

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"