astridcita
New Member
- Joined
- Jun 11, 2012
- Messages
- 24
Hi,
I have a question, I have an excel (2010) with name and I withdraw data from another sheet under each name, this is the formula I use
=IF('Tasks by Group'!$B:$B = "Fred",'Tasks by Group'!$A:$A,"")
The problem is that I don’t want empty cells in between the data.
Right now I have
<tbody>
</tbody>
Here is the result I want.
<tbody>
</tbody>
How do I do that?
thanks!!!!
I have a question, I have an excel (2010) with name and I withdraw data from another sheet under each name, this is the formula I use
=IF('Tasks by Group'!$B:$B = "Fred",'Tasks by Group'!$A:$A,"")
The problem is that I don’t want empty cells in between the data.
Right now I have
Fred | Maria | Paulina |
Banners | | Banners |
Search | Promote | |
| | |
| | |
| | Search |
Banners | Promote | |
<tbody>
</tbody>
Here is the result I want.
Fred | Maria | Paulina |
Banners | Promote | Banners |
Search | Promote | Search |
Banners | | |
| | |
| | |
| | |
<tbody>
</tbody>
How do I do that?
thanks!!!!