Dear all, 

I am writing to seek help, in creating a macro, which can find specific 
values from column F and if those values (conditions) equal true in column 
F, then copy column F and G and paste it into column H & I. 

Here are the conditions:
if (F) int values >= 125(whole number)
copy. cell(F)&(G) = paste.cell(H)&(I)

else if (F) string values >= alphabet+(int value) *
copy. cell(F)&(G) = paste.cell(H)&(I)

else if (F) string values >= +(int value) *
copy. cell(F)&(G) = paste.cell(H)&(I)


(*) - i.e. N+100, ASW+70s, 

(*) - i.e. +900, +34s

the 3 conditions are:
if column F, contains whole number greater than 125, then copy the value 
from column F and the same row cell of Column G, and paste it into column H 
and I. 

if column F, contains string value where it has alphabet and plus sign and 
number after that, then extract that value and paste it into column H and I 
(same row).

if column F, contains string value where it has plus sign and number after 
that, then extract that value and paste it into column H and I (same row). 

I have attached a sample data in the xls file, showing input data and 
desired output in another sheet, for further reference. The workbook 
follows the logic from the conditions stated above. 


Thank you very much for any help provide.
Kind regards

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.

Attachment: test_1.xls
Description: MS-Excel spreadsheet

Reply via email to