View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
REVILO REVILO is offline
external usenet poster
 
Posts: 4
Default From Column to Row without blank cells

I have 3 columns of data 1st being names then date and time and finally event
scores, I want to move the names colunm to rows but only taking one instance,
then leave the date and time in column format. Now I need to fill each row
with the score relivent without having a blank cell. I have tried using IF
statments but after the first cell has been used it moves over 1 cell and
down 1 cell to put the next event score. Please can you help.