View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ajaminb ajaminb is offline
external usenet poster
 
Posts: 12
Default Quantity Blank, Remaining cells in row appear Blank

I have a quote form in Excel. Right now, if I have a zero in the Qty column
it shows the zero, the Sku# in the next column, description in next, and so
on.

If I remove the zero and the part number, the remaining cells in the row
show "NA"; I would like them to appear blank until the number 1 or otherwise,
and the Sku# are put in the fields.

This is the formula I'm using now in the description filed:
=IF(B24="","",VLOOKUP(B24,List!$A$1:$C$114,2,FALSE ))
--
AjaminB