getting formulas to ignore text

R

Reggie1000

Hi I'm working on a spreadsheet that has yachting elapsed times pasted into
it to work out Time Correction Factors but i need to ignore the DNCs that are
also pasted - is there a way to ignore text or automatically remove it?
cheers
 
M

macropod

Hi reggie,

Try: =SUM(IF(ISNUMBER(A1:A100),A1:A100))
for results in A1:A100 as an array formula (ie input the formula the press Ctrl-Shift-Enter)
 
D

Dave Peterson

Check your other post, too.
Hi I'm working on a spreadsheet that has yachting elapsed times pasted into
it to work out Time Correction Factors but i need to ignore the DNCs that are
also pasted - is there a way to ignore text or automatically remove it?
cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top