Create automated paragraph based on criteria.

skhiani

New Member
Joined
Apr 23, 2012
Messages
19
I do a lot of financial writing with different numbers every quarter and change language based on the date. Is there an easy way to create a form that automatically writes the paragraph summary?

For example:

Forthe three months ended March 31, 2019, "Company name" generated revenue of "$XXX", which "$X" or "XX%" "greater" than same period prior year.

The sentence continues with gross profit and ebitda with the same format. Or is there a better tool versus excel for this?
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
You could do it Excel, but Excel is not the greatest for text documents (won't look too professional).
If you stored the values in certain cells, like A1, A2, and A3, you could enter formulas like this:
Code:
="For the three months ended " & TEXT(A1,"mmmm dd, yyyy") & A2 & " generated revenue of " & TEXT(A3,"$0")...

However, if you want a more professional looking document, you can store the data in Excel, and then do a Mail Merge with Microsoft Word.
You can find lots of information and tutorials on how to set that up using a Google Search.
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,196
Members
449,072
Latest member
DW Draft

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