Saturday, 17 May 2025

Dropdown in excell

 today i made dropdown list in excel sheet using data visualastion u can create dropdown
unser Data > datavisualtion > select List  after list dropdown selection below click on textbox
then select data which exixst in other sheet click enter then it will convert to dropdown



No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...