Help with using the IF and Mid functions

H

haitch2

Hi

I was hoping sombody could look at my formual and tell me were im going
wrong.

I have a number in I38 and depending on the value (1,2 or 3) it splits
the Text in H38 acordingly

=IF(I38=1,MID(H38,1,1),IF(I38=2,MID(H38,2,1),MID(H38,3,1)))

Any pointers to were i have gone wrong would be great

Thanks
 
Top