I have two columns ODID and NDID, what I'd like to do is join the two columns into one column. included is the formula that have tried to tweak to get the second column P to append to the column T area marked in Yellow, I am working a refresh project, and techs are reporting a refresh when it is a like for like exchage or a second device was added as determined by the result int column S
Book1 | ||||||||
---|---|---|---|---|---|---|---|---|
O | P | Q | R | S | T | |||
266 | ODID | NDID | OMODEL | NMODEL | REFRESH ACTUAL | RPT DEVICE ID | ||
267 | D214041 | D277231 | 7480 | LATITUDE 5440 | Y | D214041 | ||
268 | D247516 | D278315 | 5400 | LATITUDE 5440 | N | D247516 | ||
269 | D256479 | D278875 | LATITUDE 5420 | LATITUDE 5440 | Y | D256479 | ||
270 | D276752 | D276641 | 5430 | Latitude 5430 Rugged | N | D276752 | ||
271 | D240644 | D276090 | 5410 | LATITUDE 5440 | Y | D240644 | ||
272 | D265928 | D277018 | PRECISION 5570 | PRECISION 5680 | Y | D265928 | ||
273 | D255181 | D261969 | Surface Pro 8 | Surface Pro 8 | N | D255181 | ||
274 | D269619 | D276506 | LATITUDE 5430 | LATITUDE 5440 | Y | D269619 | ||
275 | D233340 | D275575 | 7490 | LATITUDE 5440 | Y | D233340 | ||
276 | D235644 | D277559 | 7490 | LATITUDE 5440 | Y | D235644 | ||
277 | D239369 | D276683 | 5400 | LATITUDE 5440 | Y | D239369 | ||
278 | D235738 | D272830 | 7490 | LATITUDE 5440 | Y | D235738 | ||
279 | D278366 | D278366 | Surface 5 13 INCH | Surface 5 13 INCH | N | D278366 | ||
280 | D241018 | D278420 | 5410 | LATITUDE 5440 | Y | D241018 | ||
281 | D228156 | |||||||
282 | D228156 | D275581 | IPAD | PRECISION 5680 | N | D276960 | ||
283 | D276960 | D276654 | 5430 | Latitude 5430 Rugged | N | D212876 | ||
284 | D212876 | D283155 | 7480 | 5440 | Y | |||
285 | 16 | 11 | ||||||
286 | ||||||||
287 | ||||||||
288 | ||||||||
289 | ||||||||
290 | ||||||||
291 | ||||||||
292 | ||||||||
293 | ||||||||
294 | ||||||||
295 | ||||||||
296 | ||||||||
297 | ||||||||
298 | ||||||||
299 | ||||||||
300 | ||||||||
301 | ||||||||
Validation |
Cell Formulas | ||
---|---|---|
Range | Formula | |
T267:T283 | T267 | =IFERROR(INDEX(IF(COUNTBLANK(N267:N271)>=4,P$267:P$284,O$267:O$284),SMALL(IF(NOT(ISBLANK(IF(COUNTBLANK(N267:N271)>=4,P$267:P$284,O$267:O$284))),ROW(O$267:O$284)-ROW(O$267)+1),ROWS(T$267:T267))), "") |
S285 | S285 | =COUNTIF(S267:S284,"Y") |