View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gilles St-Amour Gilles St-Amour is offline
external usenet poster
 
Posts: 1
Default disregard a cell on occasion when there is text in it instead of V

Hi

in the following simple formula =(C8*C$6)+(D8*$D$6)+(E8*$E$6)+(F8*$F$6)

sometime the value in the cell c8 or d8 or e8 or f8 is actually a letter(
because of a special requirement), of course I get en error when that happen.
I do not want to remove the cell from the formula everytime because I will
input number sometime in that cell.

I looking to keep the same formulas but with something to disregard the
text value when required or take the number value when there is one in the
cell.

So that way I can copy the formula whitout having the worry about editing
everytime


Thanks in advanced

Gilles