gruntingmonkey
Active Member
- Joined
- Mar 6, 2008
- Messages
- 444
- Office Version
- 365
- Platform
- Windows
Hello, I have a formula (as below)
F4 =LOOKUP(2, 1/((COUNTIF($F$3:F3, $C$18:$C$27)=0)*($C$18:$C$27<>"")), $C$18:$C$27)
F5 =LOOKUP(2, 1/((COUNTIF($F$3:F4, $C$18:$C$27)=0)*($C$18:$C$27<>"")), $C$18:$C$27)
F6 =LOOKUP(2, 1/((COUNTIF($F$3:F5, $C$18:$C$27)=0)*($C$18:$C$27<>"")), $C$18:$C$27)
etc...
Where column F is where the calculation is and column C is where a supplier name is.
When I add a new supplier in column C, it adds the new supplier to cell F4 if its not already been selected and moves all the other suppliers down one cell.
What I want is for the suppliers to be static and instead of going into cell F4, it shows in the next cell.
Any help would be great, ta.
F4 =LOOKUP(2, 1/((COUNTIF($F$3:F3, $C$18:$C$27)=0)*($C$18:$C$27<>"")), $C$18:$C$27)
F5 =LOOKUP(2, 1/((COUNTIF($F$3:F4, $C$18:$C$27)=0)*($C$18:$C$27<>"")), $C$18:$C$27)
F6 =LOOKUP(2, 1/((COUNTIF($F$3:F5, $C$18:$C$27)=0)*($C$18:$C$27<>"")), $C$18:$C$27)
etc...
Where column F is where the calculation is and column C is where a supplier name is.
When I add a new supplier in column C, it adds the new supplier to cell F4 if its not already been selected and moves all the other suppliers down one cell.
What I want is for the suppliers to be static and instead of going into cell F4, it shows in the next cell.
Any help would be great, ta.