wayneryeven
Technical User
Hi All
Need some help with a formula:
I have 2 rows of data
In row 1/2 i have each day of the week and a number below:
Mon Tues Wed Thus Fri Sat Sun Mon Tues Wed Thurs Fri
3 3 3 3 3
In the next row what i want to do is simply look at the above row and exclusing Sat/Sun want to enter a 1 if there is a 3 on the next day. Thus for example Row 3 would have
1 1 1 1 1
As there is a 3 under Monday we put a 1 under previous Friday and so on and so forth.
The last friday doesnt have a 1 as the next Monday (not shown) does not have a 3.
So simple i hope! Unfortunately i cant remove the Sat and Sun- suffice to say we can ignore them- i.e. Friday would always look at the next Monday.
Whats the best way to achive this?
i had began thinking along the lines of:
=IF(N$3="Sat","",IF(Q$14=3,1,0))- but realised Sat/Sun would increment the cell reference too much...
All ideas and suggestions will be gladly welcomed!
Thanks guys,
Need some help with a formula:
I have 2 rows of data
In row 1/2 i have each day of the week and a number below:
Mon Tues Wed Thus Fri Sat Sun Mon Tues Wed Thurs Fri
3 3 3 3 3
In the next row what i want to do is simply look at the above row and exclusing Sat/Sun want to enter a 1 if there is a 3 on the next day. Thus for example Row 3 would have
1 1 1 1 1
As there is a 3 under Monday we put a 1 under previous Friday and so on and so forth.
The last friday doesnt have a 1 as the next Monday (not shown) does not have a 3.
So simple i hope! Unfortunately i cant remove the Sat and Sun- suffice to say we can ignore them- i.e. Friday would always look at the next Monday.
Whats the best way to achive this?
i had began thinking along the lines of:
=IF(N$3="Sat","",IF(Q$14=3,1,0))- but realised Sat/Sun would increment the cell reference too much...
All ideas and suggestions will be gladly welcomed!
Thanks guys,