How to combine transpose function and If statement function in Excel?
In Excel, to transpose a range is easy, and to apply the IF statement function is also easy, but have you ever tried to combine both Transpose function and IF statement function together before? In this article, I will take an example that if the number of cells is equal to a specific number, then transpose it as below screenshot shown.
If count to equal a specific number then transpose
If count to equal a specific number then transpose
There is a formula can quickly handle this task.
Select 7 continuous cells in a row which you want to put out the transposed data, go to paste this formula =IF(COUNT($A:$A)=7,TRANSPOSE($A:$A),"") into the formula bar, and press Shift + Ctrl + Enter keys simultaneously.
In the formula, A:A is the column you want to transpose, 7 is the number of values you want to count.
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
