Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi,
I am looking for a possible If Function that will read col E, and if it is East/west or tower it will divide the adjucent cell in Col f (15) by what I want east/west and tower to represent. I have given this below. I do not want to type in the 2,1.86 and 2. ideally just represent east/west and tower in cells as E - W -T and do this calc. east =2 15 west=1.86 16 tower=2 17 Hope this makes sense Thanks Haz |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Something like:
=F15/INDEX({2,1.86,2},MATCH(E15,{"E","W","T"},0)) Hope this helps. Pete On May 21, 8:37*am, Haz wrote: hi, I am looking for a possible If Function that will read col E, and if it is East/west or tower it will divide the adjucent cell in Col f (15) by what I want east/west and tower to represent. I have given this below. I do not want to type in the 2,1.86 and 2. ideally just represent east/west and tower in cells as E - W -T and do this calc. east =2 * * 15 west=1.86 * * * * * 16 tower=2 * * 17 Hope this makes sense Thanks Haz |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You have an answer elsewhere - please do not multi post.
Pete On May 21, 8:37*am, Haz wrote: hi, I am looking for a possible If Function that will read col E, and if it is East/west or tower it will divide the adjucent cell in Col f (15) by what I want east/west and tower to represent. I have given this below. I do not want to type in the 2,1.86 and 2. ideally just represent east/west and tower in cells as E - W -T and do this calc. east =2 * * 15 west=1.86 * * * * * 16 tower=2 * * 17 Hope this makes sense Thanks Haz |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry, my mistake.
Pete On May 21, 9:26*am, Pete_UK wrote: You have an answer elsewhere - please do not multi post. Pete On May 21, 8:37*am, Haz wrote: hi, I am looking for a possible If Function that will read col E, and if it is East/west or tower it will divide the adjucent cell in Col f (15) by what I want east/west and tower to represent. I have given this below. I do not want to type in the 2,1.86 and 2. ideally just represent east/west and tower in cells as E - W -T and do this calc. east =2 * * 15 west=1.86 * * * * * 16 tower=2 * * 17 Hope this makes sense Thanks Haz- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
Nested IF Function, Date Comparing, and NetworkDays Function | Excel Worksheet Functions |