First time poster.
I have the following formula: =IF(DATA!B69=0,DATA!B69,(DATA!A202&" "&DATA!B69))
The first entry is in Column BO; Row 2. The next entry would go into Column BS; Row 2.
The formula in the second entry should be =IF( DATA!B72 =0,DATA!B72,(DATA!A202&" "&DATA!B72))
As I have 40 entries for this specific formula (equally spaced but non-contiguous) I would like if I could write a formula to have it auto fill it or a VBA code to do it.
Any help is appreciated in advance.
I have the following formula: =IF(DATA!B69=0,DATA!B69,(DATA!A202&" "&DATA!B69))
The first entry is in Column BO; Row 2. The next entry would go into Column BS; Row 2.
The formula in the second entry should be =IF( DATA!B72 =0,DATA!B72,(DATA!A202&" "&DATA!B72))
As I have 40 entries for this specific formula (equally spaced but non-contiguous) I would like if I could write a formula to have it auto fill it or a VBA code to do it.
Any help is appreciated in advance.