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
Opening a report in Access - It asks a question - The answer I type is added as text in the report
Can't change working time in project 2007
Is there any Chinese writing PAD driver source code for windows and mac?
How to read field names from an XSD file.
Replacing OCX Controls used in Microsoft Access 2007
High Concurrent User Count - Best Practices?
How to Programmatically Add Metadata to Windows Files
NETWORKDAYS substitute
Bind the value
Video Rental Database