I currently have printed out a spreadsheet with data. The inner cells have data relating to the data in column 1 and row 1. If value 1 = 4/5 and value 2 = 4, I go down column 1 until I see 4/5 (this data is at row 6) I then go over row 1 and find 4 this data is at column P. So the inner data...
I am not explaining this correctly. In the spreadsheet I have 4/5 in column 1 row 5 cell. I have 4 in column 5 row 5. I want to input 4/5 and 4 and get/display the data in cell 5,5.
Thanks for your patience. I am just trying to learn this stuff.
Hello, I have a spreadsheet with about 30 rows and 30 columns. Column 1 has values say from 1 to 30 and row 1 has similiar values. I would like to create a macro or vb program where the user could put in two values say 1 and 5 and then the value in column 1 row 5 would be displayed. This is...