View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lindsay Lindsay is offline
external usenet poster
 
Posts: 21
Default auto populated price multiplied by quantity?

Amazing!!! Thank you so much!!!

"barry houdini" wrote:

Hello Lindsay

If you want the price column to show the price for a single item when
quantity is blank....but then use the relevant quantity when quantity
column is populated change your formula to

=VLOOKUP(B5,X$5:Y$33,2,0)*IF(H5="",1,H5)