Is there a automated way of highlighting cells whose adjacent cell is blank?
AND THEN input data (in this case "b.") into the highlighted cells?
I would have though that perhaps by utilising a combination on CONDITIONAL sorting/formatting and the =& function might do the trick?? ?
before:
A B C D
<tbody>
</tbody>
after formula/procedure:
<tbody>
</tbody>
Many thanks in advance
AND THEN input data (in this case "b.") into the highlighted cells?
I would have though that perhaps by utilising a combination on CONDITIONAL sorting/formatting and the =& function might do the trick?? ?
before:
A B C D
1930 | 2006 | ||
1956 | 2004 | ||
1920 | |||
1918 | 1987 | ||
1904 | 1990 | ||
1970 | |||
1968 | |||
1942 | 1999 | ||
1870 | 1934 |
<tbody>
</tbody>
after formula/procedure:
1930 | 2006 | ||
1956 | 2004 | ||
b.1920 | |||
1918 | 1987 | ||
1904 | 1990 | ||
b.1970 | |||
b.1968 | |||
1942 | 1999 | ||
1870 | 1934 |
<tbody>
</tbody>
Many thanks in advance