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 subform - grow as nececssary to show all rows
Software Inventory in SCCM 2007
importing a table into access from website
Creating a report w/VBA
foxpro table order
No keyboard or mouse at login screen after removing SP3 via Recovery Console
Insert formula to range
How to install SQLServer Standard 2005
How to assign a control of a subform equal to the control id that is an autonumber on the main form.
VB.NET - Value was either too large or too small for a Decimal Exception - Smooth Progress Meter DLL from Microsoft