How to use the results of a concantenated cell as a formula in another cell

u4carson

New Member
Joined
May 21, 2018
Messages
12
Hello, this is likely a simple question but I am struggling.

The end result is I would like a formula to populate and calculate using a "date field" that will change based on the data I am importing. I thought I could concatenate but the result is just the concatenated formula. So I tried referencing the generated formula and it does not calculate. Please see below... ultimately, no matter how I get there, I need A6 (QUARTER) to actually calculate the formula based on the field listed in G1, in this case C6. Changing the format of A6 didn't help.

1593181197401.png
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Is the cell set to text format?
Also is "Show formulas" selected on the formula tab.
 
Upvote 0
I figured it out, I just needed to write the formula in A6 with the indirect function. =IF(INDIRECT(B1)="","","Q"&ROUNDUP(MONTH(INDIRECT(B1))/3,0)&"-"&YEAR(INDIRECT(B1)))

Thank you
 
Upvote 0

Forum statistics

Threads
1,214,951
Messages
6,122,449
Members
449,083
Latest member
Ava19

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