Thread: [Solved] About converting
View Single Post
 
Old 11-26-2018, 05:34 AM
ArviLaanemets ArviLaanemets is offline Windows 8 Office 2016
Expert
 
Join Date: May 2017
Posts: 932
ArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant future
Default

Quote:
Originally Posted by ganesang View Post
I have the excel data which already more columns to scroll
As I sayd - hide helper columns! Place them as rightmost ones, and hide them. And unless you plan to use the workbook as shared one, define your table as Table like I did won Replacements sheet - then the formulas are added automatically into helper columns whenever new data is added into Table

Quote:
Originally Posted by ganesang View Post
... also hyphenated values are cut-off (for ex., J24-26 becomes J24).
You have to get rid of such entries. Either replace them with full list, or you'll need some additional helper columns where the entry is at first converted to full list, which is then used as source for further calculations.

Or don't use formulas at all. You design a stored procedure which writes desired result into specified column(s). The procedure is called from event of button on worksheet, or from keyboard shortcut.
Reply With Quote