Finaly found a tread about this problem, im useing the Norwegian Excel so i couldnt for the life of me figure out what to Google, til now.. iv had this problem since i upgraded to Excel 2007, cant remember why i didnt have this problem in Excel 2003.
In norway we dont use the / to seperate day to month Our dates looks stricktly something like 01.01.12 and we only use . to seperate or none at all.
Yet i have vast ammount of data each month that contains anything from 1-2 or 10-20 and 4/12 of total and so on, and yes it has to be written.. most of the data is for display but occationaly i need to go trough about 20 000 to 90 000 lines of data and then
it would be Nice to use my originale code that just checks if "1-2" is used or just "1" and if case 1-2 is true then 2 needs to be selected spesificly for by høyre(cell;1) 'think that means right(cellref;1) you guys should be able to understand that, in anycase
my originale formula checks for a vast number of Things and the value is used in a sum total formula at bottom... the only problem is, now its hard to notice a date cell seeing it doesnt Return a #error (and that way be skipped from the summery completely)
instead of beeing added as a 4xxxx long number wich only makes the sum differ from a few %.. but it wrecks havoc on what the realsumif is suppose to be.
This is a Company private sheet and code as everything is written in formula to avoid any vba, so i wont release the thing.. beside its too large to be convinient to put up.
a few ways iv gotten around this lately is by useing text, but it makes my formula too long and breaks the code by not allowing me to add that layer of formula code.. noteably its allready slow to calculate... err but enough about that.
Iv noticed nobodys come up whit a sollution exept work arounds, is this realy a impossible to fix problem?
In my Limited codeing knowledge isnt this just like a on cell change do this and in the if checks it checks if theres a / or - or . followed by or something like that numbers, and then Selects New format as date.
Basicly a 1 line of code decideing to mess everyone up, whiout putting a boolean value to turn this "check" off or on.