Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a table with several records, every record has a field 'Season' that can contain values like: 'W20', 'W21', 'W22', 'W23', 'S20', 'S22', 'S23', 'S24'...
where 'W' stays for 'Winter' and 'S' stays for 'Summer'.
I'd like to create a summary table like this:
Group, Season1, Season2, Season3, Season4
Summer, S24, S23, S22, S20
Winter, W23, W22, W21, W20
Thank you.
How about:
Many Thank Rob.
Work perfectly
You are always the best !!!
Just for information .... Which function should I use to bring data horizontally ???
Many thansk
can you post your actual source data format and sample records ?
How about:
Many Thank Rob.
Work perfectly
You are always the best !!!
Just for information .... Which function should I use to bring data horizontally ???
Many thansk
Can you show an example of whaat you mean by "bring data horizontally"?
-Rob
Hi Rob
Thank you for your time
Regards
Clod
It is the "Generic" prefix that transforms from rows (vertical) to columns (horizontal).
-Rob