Hi, I have the data below. I want to use available data to replace missing values. For example, the case 2770 appear 3 times, and all of them should have a value of "Low", but it shows #N/A N/A in the first two cases. How can I use formula to achieve this goal?
2770 #N/A N/A
2770 #N/A N/A...
Hi Sir,
I have a file 'Master' which needs to fetch data from three columns of file 'Source'. Currently it is simply specified as linking to A1, B1 ...
What worries me is that if someone inserted new columns in the source file, the data fetched are wrong!
Can I ask how to use some formula...
Hi,
It's been interesting to me on how to read data selectively from the other workbook. Rather than pull all data, I just want to read values of 10 cells: the 1st cell has a unique name "ID code", and from this cell downward to the 10th cell.
Though this seems to be easy, I cannot get this...