Akashwani
Well-known Member
- Joined
- Mar 14, 2009
- Messages
- 2,911
Good day.
I'm going round and round with this one, I'm sure I have the solution somewhere in my records, but alas, I have to post this problem to get the solution.
I need to return the values in Column A IF any of the adjacent cells (columns) contain a number.
Sample data and expected Results...
I cannot use VBA, Advanced Filter or a Helper column, but I could use one additional cell to hold a count, so, the solution can only be a formula.
I look forward to the solution and I hope it isn't too obvious!
Thanks
Ak
I'm going round and round with this one, I'm sure I have the solution somewhere in my records, but alas, I have to post this problem to get the solution.
I need to return the values in Column A IF any of the adjacent cells (columns) contain a number.
Sample data and expected Results...
Excel Workbook | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | |||
1 | Date | Data1 | Data2 | Data3 | Data4 | Data5 | Result | ||||||
2 | 01/01/2013 | 2 | 01/01/2013 | ||||||||||
3 | 02/01/2013 | 1 | 1 | 02/01/2013 | |||||||||
4 | 03/01/2013 | 1 | 03/01/2013 | ||||||||||
5 | 04/01/2013 | 1 | 3 | 04/01/2013 | |||||||||
6 | 05/01/2013 | 06/01/2013 | |||||||||||
7 | 06/01/2013 | 1 | 08/01/2013 | ||||||||||
8 | 07/01/2013 | 11/01/2013 | |||||||||||
9 | 08/01/2013 | 1 | 12/01/2013 | ||||||||||
10 | 09/01/2013 | 13/01/2013 | |||||||||||
11 | 10/01/2013 | 15/01/2013 | |||||||||||
12 | 11/01/2013 | 2 | |||||||||||
13 | 12/01/2013 | 1 | |||||||||||
14 | 13/01/2013 | 1 | 1 | ||||||||||
15 | 14/01/2013 | ||||||||||||
16 | 15/01/2013 | 3 | |||||||||||
17 | |||||||||||||
Sheet2 |
I cannot use VBA, Advanced Filter or a Helper column, but I could use one additional cell to hold a count, so, the solution can only be a formula.
I look forward to the solution and I hope it isn't too obvious!
Thanks
Ak