Steve 1962
Active Member
- Joined
- Jan 3, 2006
- Messages
- 382
- Office Version
- 365
- Platform
- Windows
Hi
Just require a change to a formula in column I.
I want each formula in column I to use the text in cell I1, Cell I2 works fine if I "hard-code" the contents of cell I1 into the formula. However, when I attempt to reference cell I1 into the formula in cell I3, it doesn't work.
Is there a change to the formula that I can use so that I don't have to go and retype the formula in two areas - it just automatically references the value in cell I1 ?
Thanks
Steve
Just require a change to a formula in column I.
I want each formula in column I to use the text in cell I1, Cell I2 works fine if I "hard-code" the contents of cell I1 into the formula. However, when I attempt to reference cell I1 into the formula in cell I3, it doesn't work.
Is there a change to the formula that I can use so that I don't have to go and retype the formula in two areas - it just automatically references the value in cell I1 ?
Thanks
Steve
Book1 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | Allocation Ds | Comment | Starttime | Endtime | Minutesworked | Startlocation | WU2Y | ||||
2 | SERVICE ID WU2YPASS RELIEVE | SSl33 ldd777 | 01/08/2018 14:00 | 01/08/2018 23:59 | 599 | Crew | 01/08/2018 00:00 | 2:00:00 PM | 599 | ||
3 | SERVICE ID WU2YPASS RELIEVE | SSl33 ldd777 | 01/08/2018 14:00 | 01/08/2018 23:59 | 599 | Crew | 01/08/2018 00:00 | 2:00:00 PM | |||
Sheet |
Cell Formulas | ||
---|---|---|
Range | Formula | |
I2 | =IF(D2="","",IF(SUM(COUNTIF($B2,"*WU2Y*")+COUNTIF($A2,"*WU2Y*"))>0,$E2,"")) | |
I3 | =IF(D3="","",IF(SUM(COUNTIF($B3,I1)+COUNTIF($A3,I1))>0,$E3,"")) |