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
Report not refreshing CONTENT
Inserting picture's from a url into MS SQL Server 2008
Detecting version numbers
using CRichEditCtrl::FindText ..
Outlook voting button no response summary
Using a geometry type check constrint in sql sever 2008
Hide root node in Menu using xmldatasource
My App can't find Crystal Decisions DLL after it is moved to another computer.
DSUM - to calculate a running total???
What are ROLLUP and CUBE commands in SQL Server 2000 ?