View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ryguy7272 ryguy7272 is offline
external usenet poster
 
Posts: 2,836
Default adding two colum cells only if there is data in 3rd colum

Is this what you are after?
In CellD3:
=IF(C1<"",A1+B1,"")

HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"stbob" wrote:

add cells in two columns only if there is data in a third column