Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
unprotect a write protected file | Excel Discussion (Misc queries) | |||
Share write protection fails | Excel Discussion (Misc queries) | |||
Access a excel file through FTP without write protection | Excel Discussion (Misc queries) | |||
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? | Excel Worksheet Functions | |||
how do i write a formula and keep in in formula form, so it DOESN. | Excel Discussion (Misc queries) |