Transpose Formula based on Criteria

Alcotraz

New Member
Joined
Apr 1, 2015
Messages
18
Office Version
  1. 365
Platform
  1. Windows
Hi everyone,

I am trying to workout the formula ,

Basically, I have a row from A to Z - where I have a formula which returns me TRUE or FALSE ( start of the project) - in below example its in Column X Jan 24.

1697720620370.png


in the below row, I would like to transpose Project Cashflow values:

I could use =TRANSPOSE('PROJECTED JOBS'!X6:X18) , but I have a number of issues:

1) Transpose function returns SPILL error.
2) I only need to start this function at the start of the project ( so if the above row is TRUE)



1697720444619.png

Many thanks for any helps


The end result should look like this:

1697720786643.png
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
What version of Excel are you using?
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
What version of Excel are you using?
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
Hi
Done that , thank you, I am using 2023 Excel ( 365) on Windows Platform.
 
Upvote 0
Thanks for that, clear all formulae from the row & use
Excel Formula:
=HSTACK(EXPAND("",,XMATCH(TRUE,A2:Z2)-1,""),TOROW('PROJECTED JOBS'!X6:X18))
 
Upvote 0
Solution
Thanks for that, clear all formulae from the row & use
Excel Formula:
=HSTACK(EXPAND("",,XMATCH(TRUE,A2:Z2)-1,""),TOROW('PROJECTED JOBS'!X6:X18))
Wow, terrific, thank you so much !
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,124
Messages
6,123,189
Members
449,090
Latest member
bes000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top