R
RD
I have two sheets labelled "Projects" and "Time". In "Time", in cell C6 the
following the formula resides:
=IF(ISBLANK(B6),"",IF(ISERROR(MATCH(B6,Projects!$A$2:$A$300,0)),"no
match",(VLOOKUP(B6,Projects!$A$2:$D$300,3,FALSE)&-VLOOKUP(B6,Projects!$A$1:$
D$300,4,FALSE))))
The time sheet cell B6 is formatted custom #######-###.
In B6 in "Time" I type in a project number. the formula searches "Projects"
and reports back to C6 in "Time". In "Projects" the cells in column 3 are
formatted custom ####### to show, for example, 0234567. Cells in column 4
are formatted custom ### to show, for example, 001. Thus, the end result in
"Time" is to look like 0234567-001. What I now get is 234567-1
Thanks in advance
RD
following the formula resides:
=IF(ISBLANK(B6),"",IF(ISERROR(MATCH(B6,Projects!$A$2:$A$300,0)),"no
match",(VLOOKUP(B6,Projects!$A$2:$D$300,3,FALSE)&-VLOOKUP(B6,Projects!$A$1:$
D$300,4,FALSE))))
The time sheet cell B6 is formatted custom #######-###.
In B6 in "Time" I type in a project number. the formula searches "Projects"
and reports back to C6 in "Time". In "Projects" the cells in column 3 are
formatted custom ####### to show, for example, 0234567. Cells in column 4
are formatted custom ### to show, for example, 001. Thus, the end result in
"Time" is to look like 0234567-001. What I now get is 234567-1
Thanks in advance
RD