Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
mark petrak
 
Posts: n/a
Default not sure what formula to use


trying to make it do this

lets say that cell a1 has an account number and a2 has nothing, when an
ammount is placed in cell a2 i want cell C3 to have a1's account number
and cell c4 to have the amount in a2

i have to do this for about 100 cells, so i dont think i can use IF.

any help would be great,

thanks
Mark


--
mark petrak
------------------------------------------------------------------------
mark petrak's Profile: http://www.excelforum.com/member.php...o&userid=26804
View this thread: http://www.excelforum.com/showthread...hreadid=400572

  #2   Report Post  
Cutter
 
Posts: n/a
Default


In C3 type: =IF(A2<"",A1,"")
In C4 type: =IF(A2<"",A2,"")

Without knowing your layout for other cells to copy to I can't advise
as to Absolute Referencing but bear it in mind when adapting it to your
needs.


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=400572

  #3   Report Post  
mark petrak
 
Posts: n/a
Default


more info

ok if B34 has an ammount then i want B28 to have what is in A34, and
C28 to have the ammount in B34

than it goes down a list with the number of the cells increasing


--
mark petrak
------------------------------------------------------------------------
mark petrak's Profile: http://www.excelforum.com/member.php...o&userid=26804
View this thread: http://www.excelforum.com/showthread...hreadid=400572

  #4   Report Post  
Cutter
 
Posts: n/a
Default


In B28 type: =IF(B34<"",A34,"")
In C28 type: =IF(B34<"",B34,"")

If you want the formulas to go down the list in each cell then just
drag copy the formulas down as far as you need

Or if you want to put the formulas into non-adjacent cells below then
you'll have to Copy-Paste them.


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=400572

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
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
put formula results into a different cell if it is empty PutFormula Excel Worksheet Functions 2 February 11th 05 03:31 AM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 11:47 AM.

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

About Us

"It's about Microsoft Excel"