I am using the following formula
=TEXT(VLOOKUP([@[Frequency Of Use]],FOU[#All],2,FALSE)&"."&VLOOKUP([@Type],Types[#All],2,FALSE)&"."&VLOOKUP([@Category],Categories[#All],2,FALSE),0)
to get a Dewey decimal system type result
I understand this isn't registering as a number because of the "." but is there any other way to get the decimal type of result that will register as a number?
=TEXT(VLOOKUP([@[Frequency Of Use]],FOU[#All],2,FALSE)&"."&VLOOKUP([@Type],Types[#All],2,FALSE)&"."&VLOOKUP([@Category],Categories[#All],2,FALSE),0)
to get a Dewey decimal system type result
1.2.1 |
I understand this isn't registering as a number because of the "." but is there any other way to get the decimal type of result that will register as a number?