Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dear Glenn,
Thank you very much for your file. The spaces are inserted. However, my data have hundreds of headers and consequently data, but I can not understand how could I put them to the PivotTable. The number of headers is variable for each situation. Thanks in advance, Luciano On 16 abr, 11:13, Glenn wrote: Luciano Paulino da Silva wrote: Dear Glenn, I'm having some problems. Some of your stepes suggestions seems that they did not work fine with me. Would it be possible that you send me a sample sheet? Thanks in advance, Luciano http://www.savefile.com/files/2079043 I had to make some small modifications to the formulas to handle leading spaces in the data I copied from your original message. *Not sure if they are present in the actual data or not, but if they are it should work now. C2 = IF(D2="","",IF(C1="",A1,C1)) D2 = IF(ISERROR(FIND(" ",A2)),"",TRIM(LEFT(TRIM(A2), FIND(" ",TRIM(A2))))) E2 = TRIM(MID(SUBSTITUTE(SUBSTITUTE(TRIM(A2)," ", REPT(" ",99),2)," ",REPT(" ",99),1),99,99)) F2 = TRIM(MID(SUBSTITUTE(SUBSTITUTE(TRIM(A2)," ", REPT(" ",99),3)," ",REPT(" ",99),2),99,99)) G2 = TRIM(MID(SUBSTITUTE(TRIM(A2)," ",REPT(" ",99),3),99,99)) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
lookup single value in one sheet, return multiple results from theother sheet | Excel Worksheet Functions | |||
create a formula in one sheet that would read data from separate sheet automatically | Excel Discussion (Misc queries) | |||
Retriving Values from a separate sheet of a different file | Excel Worksheet Functions | |||
Saving a sheet as a separate file | Excel Discussion (Misc queries) | |||
Updating excel sheet with selected data from another sheet in the same file | Excel Worksheet Functions |