excel_lisa
New Member
- Joined
- Apr 17, 2021
- Messages
- 5
- Office Version
- 365
- Platform
- MacOS
Hi,
I wrote the following formulas in Cell B2, C2 and D2 of Sheet 2:
B2: =IF(AND(Sheet1!T2<20160000;Sheet1!U2>20150000);Sheet1!V2;"No")
C2: =IF(AND(Sheet1!X2<20160000;Sheet1!Y2>20150000);Sheet1!Z2;"No")
D2: =IF(AND(Sheet1!AB2<20160000;Sheet1!AC2>20150000);Sheet1!AD2;"No")
I want to drag this formula all the way along the next 96 columns.
It should continue as follows:
E2: =IF(AND(Sheet1!AF2<20160000;Sheet1!AG2>20150000);Sheet1!AH2;"No")
F2: =IF(AND(Sheet1!AJ2<20160000;Sheet1!AK2>20150000);Sheet1!AL2;"No")
etc.
However, in reality it continues as follows:
E2: =IF(AND(Sheet1!W2<20160000;Sheet1!X2>20150000);Sheet1!Y2;"No")
F2: =IF(AND(Sheet1!AA2<20160000;Sheet1!AB2>20150000);Sheet1!AC2;"No")
etc.
How can I alter the formula so that it can continue how I want it to?
Thank you in advance!
I wrote the following formulas in Cell B2, C2 and D2 of Sheet 2:
B2: =IF(AND(Sheet1!T2<20160000;Sheet1!U2>20150000);Sheet1!V2;"No")
C2: =IF(AND(Sheet1!X2<20160000;Sheet1!Y2>20150000);Sheet1!Z2;"No")
D2: =IF(AND(Sheet1!AB2<20160000;Sheet1!AC2>20150000);Sheet1!AD2;"No")
I want to drag this formula all the way along the next 96 columns.
It should continue as follows:
E2: =IF(AND(Sheet1!AF2<20160000;Sheet1!AG2>20150000);Sheet1!AH2;"No")
F2: =IF(AND(Sheet1!AJ2<20160000;Sheet1!AK2>20150000);Sheet1!AL2;"No")
etc.
However, in reality it continues as follows:
E2: =IF(AND(Sheet1!W2<20160000;Sheet1!X2>20150000);Sheet1!Y2;"No")
F2: =IF(AND(Sheet1!AA2<20160000;Sheet1!AB2>20150000);Sheet1!AC2;"No")
etc.
How can I alter the formula so that it can continue how I want it to?
Thank you in advance!