Hello Excel gurus...
I have a question for Excel 2013. I created a spreadsheet for organizing data from competitive events (i.e. to save times). At the end, a handicap must be calculated based on the teams... this is done via a VLOOKUP. It is also formatted to output a
blank if the preceeding cells are blank. Here's the equation for F3: =IF(D3="","",IF(E3="","",IF(D3="NT","",IF(E3="NT","",D3+E3+VLOOKUP(C3,Handicaps,2,FALSE)))))
The VLOOKUP table just adds seconds based on the handicap; the NT denotation (of the previous cells) indicates a no time - or a team that was disqualified thus does not need a final time calculated.
Excel is recognizing cells with this formula as letters when I try to sort; it asks if I want to sort A-Z. I didn't think it would be a problem but it is... last time I tried to sort it skipped a few of the teams.
I'm not sure why the data is not recognized as numbers - any thoughts?
Thanks,
-Alex