Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Help to write a formaula

Row 2 - Col A thru D has peoples name A, B, C, D
Row 2 - Col E thru H has same peoples name A, B, C, D
Row 3 - Col A has $10 (person A)
Row 3 - Col F has $10 (person B)
Row 3 - Col I should have formula (I am thinking IF formula ?) where the
result should returns "From A to B". meaning person A has $ 10 which needs to
be transfer to person "B".

Row 4 Col B (person B) and Col E (person A) has $11
Row 4 Col I should return the result "From B to A".

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default Help to write a formaula

As long as each group of columns will only have one number per group:

Enter this formula in I3:

=IF(COUNT(A3:H3)<2,"","From "&LOOKUP(10^99,A3:D3,A$2:D$2)&" to
"&LOOKUP(10^99,E3:H3,E$2:H$2))

Copy down as needed.

Biff

"Dinesh" wrote in message
...
Row 2 - Col A thru D has peoples name A, B, C, D
Row 2 - Col E thru H has same peoples name A, B, C, D
Row 3 - Col A has $10 (person A)
Row 3 - Col F has $10 (person B)
Row 3 - Col I should have formula (I am thinking IF formula ?) where the
result should returns "From A to B". meaning person A has $ 10 which needs
to
be transfer to person "B".

Row 4 Col B (person B) and Col E (person A) has $11
Row 4 Col I should return the result "From B to A".



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
unprotect a write protected file suzzyq Excel Discussion (Misc queries) 2 June 8th 08 08:22 PM
Share write protection fails Mikael Schvili Excel Discussion (Misc queries) 0 March 22nd 06 11:12 AM
Access a excel file through FTP without write protection jj Excel Discussion (Misc queries) 0 October 9th 05 05:38 PM
is it possible to execute write to the fields in another .xsl form a macro in another .xsl? e.g. some way to load another .xsl into an .xsl macro and write to its data? Daniel Excel Worksheet Functions 1 June 23rd 05 11:38 PM
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


All times are GMT +1. The time now is 01:14 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"