Comparing Data
Closed
Linda
-
May 25, 2011 at 02:27 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 25, 2011 at 02:48 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 25, 2011 at 02:48 PM
Related:
- Comparing Data
- Tmobile data check - Guide
- Gta 5 data download for pc - Download - Action and adventure
- Digital data transmission - Guide
- Data transmission cable - Guide
- Transfer data from one excel worksheet to another automatically - Guide
2 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
May 25, 2011 at 02:48 PM
May 25, 2011 at 02:48 PM
You can use an IF statement in cell B
=IF(A1=C1, D1,"")
basically saying if A1 is same as C1, then show me the value in D1, else show me blank
=IF(A1=C1, D1,"")
basically saying if A1 is same as C1, then show me the value in D1, else show me blank