Microsoft
Software
Hardware
Network
Question : based on one column value populate another column
I have an excel spreadsheet and in column R and S there are either numeric values or N/A. I need the formula that will check for the numeric and if found for each row write the value imported into column E. I know it can be done with IF I just don't know the proper syntax for excel VBA. Can someone provide an example. Thanks.
Answer : based on one column value populate another column
Hi,
like..
=IF(ISNUMBER(R2),"Imported
",IF(ISNUM
BER(S2),"S
coped","")
)
Kris
Random Solutions
Access/Batch File
Adding Open Containing Folder to context menu
Deploying SP3 for XP via WSUS 2.0
Bootmgr is missing, trying to import image using Windows PE/Imagex
Can't run eseutil on Exchange 2k3 server
How to delete a word bookmark when the document is launched from an Access form?
For i=0 to UBOUND(RegValueName) Type Mismatch: 'UBOUND'
recovering *Contacts* from an old .OST file???
My Outlook keeps Crashing with this Event ID's 2000, 2002, 1000? Thanx for the help
Visual Studio 2008 Pro Trial does work with SQL 2008 CTP Trial