Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Automating cell to transfer to another cell

hi

Cell A1 to A5 has a text value, Cell B1 to B5 has a number value which
represent A1 to A5, now my problem is, if one of those cell in B1 to B5
present a negative value ONLY how can i automatic transfer or populate to C
row
and also transfer the text value to D row

tnx
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Automating cell to transfer to another cell

Say "profit" is in A1 and -15,000 is in B1
in C1:
=IF(B1<0,B1,"")
in D1:
=IF(B1<0,A1,"")
--
Gary''s Student - gsnu200723


"WANTED" wrote:

hi

Cell A1 to A5 has a text value, Cell B1 to B5 has a number value which
represent A1 to A5, now my problem is, if one of those cell in B1 to B5
present a negative value ONLY how can i automatic transfer or populate to C
row
and also transfer the text value to D row

tnx

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transfer Cell Contents to Tab Colin Hayes Excel Discussion (Misc queries) 12 April 13th 07 04:59 AM
Automating entry in a cell BrownsFan Excel Worksheet Functions 2 August 11th 06 03:55 PM
Semi-automating the generation of multiple cell range names SJKopischke Excel Discussion (Misc queries) 4 June 23rd 06 06:04 PM
Automating text in a cell Jock W Excel Worksheet Functions 2 March 24th 06 03:06 PM
Transfer cell color jamesB Excel Worksheet Functions 0 February 13th 06 02:02 AM


All times are GMT +1. The time now is 12:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"