Microsoft
Software
Hardware
Network
Question : Excel 2010 - Matched record then cell value
I am sure this is a stupid question. I have a workbook that contains a number of sheets. I wish to be able to say that if value in a column on sheet-a matches the value in a coulumn of sheet-b then in a certain cell on sheet-b I want the value from a cell in sheet-a.
Example Sheet-A value in B4 matches Sheet-B value in B4
then Sheet-B Cell B6 equals Sheet-A Cell B6.value
Does that make sense?
Answer : Excel 2010 - Matched record then cell value
On the cell B6 in sheet B::
=IF('Sheet-A'!B4='Sheet-B'
!B4,'Sheet
-A'!B4)
Random Solutions
LOAD DATA INFILE
Problems Installing PyQt on OS X 10.6.3
SoposAdministrator
HTML and opening new pages, can the following be done?
div not going entire 100% width
Exchange database backup failing with Arcserve v15
School Network
Mac CSS Issue
regular expression
How can I run a php script before all other processing in the htaccess file, think its a regex problem?