Excelスプレッドシートには40列と数百行あります。
Range C6:AQ6, C7:AQ7, C8:AQ8, and so on
CASE 1: Only one cell in the range D6:AQ6 usually contains a value.
CASE 2: In some rare cases, more than one cell OR no cells contain a value in this range.
これが私が達成したいことです:
If CASE 1: Populate the cell C6 with the value in the only cell in the range D6:AQ6.
If CASE 2: Leave C6 blank
Excelの数式を使用してこれを行うにはどうすればよいですか?