Filtrado - copiado y pegado

hola, buenas tardes, necesito su ayuda comunidad.

necesito hacer un filtro a una hoja de excel, en una columna, hoja guias

necesito copiar la informacion que muestren esasa filas, las que salga n/D

copiarla en la hoja resumen, solo necesito copiar la columna cliente y total general a la otra hoja
copiarlas aqui…
image

justo arriba del total general para ir agregandolos a la suma

ambas hojas tienen que seguir en el excel, no son datatables externas

me podrian ayudar a realizar esto porfavor comunidad.

Hi @mively,

You can achieve that using filter datatable activity.

  1. read range excel sheet and store in a datatable
  2. Filter datatable to keep the rows where filtro column equals ‘#N/D’
    3)Use the filtered datatable from step 2, you will have the data as shown above, now here filter the datatable again to only keep the column Total general
  3. Now you will only have Total general column with values where filtro column had value ‘#n/D’.
  4. Now you can paste this datatable onto your summary sheet using write range activity.

Hope this helps.

Regards
Sonali

Hi @mively

Can you try this

Sequence4.xaml (14.7 KB)

Note: Make sure to select Read formatting as Display value, assuming your excel having formulas.

Regards,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.