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
Findcontrol (How do I?)
Resore Failed for TEXSEL\SQLEXPRESS
Easiest way to edit a row of data in ListView using C-Sharp
Union All Query for Sub Report Order By
How to get application path in VB.NET ?
I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
How to set value member in listbox using Silverlight 3.0
Set all users in Terminal Server 2008 to have jpeg files open in Microsoft Office Picture Manager
Hyper-V Failed to register service principal name
How do I remove existing ListView items and subitems