Having missed the first deadline, warning to youngsters elderly health problems are not solved by on epill and feeling fit in an hour or two, I am returning to this problem.
I have two formulae that must return TEXT:-
First forumila gives correct answer e.g.
=LEFT(RIGHT(A4,5),2)&":"&RIGHT(A4,2)
where A4 is “Wed 10.30”
answer “10:30” i.e as TEXT
Formula
=CEILING(LEFT(K4,SEARCH(" “,K4)-1)/VLOOKUP(J4,Difficulty,2,0)/24+Break+IF(VALUE(LEFT(K4,SEARCH(” ",K4)-1))<6,0,Lunch)+Flexibility+I4,“00:30”)
Where K4 is TEXT and Difficulty, Brfeak,Lunch and Flexibity are numbers. I4 is the result of the first formula i.e. TEXT.
I need to convert Y4, where this forumla is, to TEXT. But I can’t seem to get the right forumula =TEXT(Y4,“00”:“00”) gives ERR502 what is missing?
I copy/paste the results, from columns A to AL, into another spreadsheet that requires all input to be in text format; that is why it accepts I4 because it is “10:30” whereas Y4 is a number.
Any advice please?