Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
this is the formula I was trying to come up with....didn't work...I think to
many if functions....what I am trying to do is for the cell to identify the size of the pipe and adding the wall thickness...for calculating the an excavation operation. any help...in anticipation thanks. =if(I263=12,K263+.1875,if(I263=18,K263+.2083,if=I2 63=24,K263+.25,if(I263=27,K263+.3333,if(I263=30,K2 63+.325,if(I263=36,K263+.3875,if(I263=42,K263+.397 5,if(I263=48,K263+.4441,if(I263=54,K263+.4583,if(I 263=60,K263+.5,if(I263=66,K263+.6041,if(I263=72,K2 63+.5833,if(I263=84,K263+.7291,if(I263=96,K263+.81 25,"CHECK PIPE SIZE"))))))))))))) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I would use VLOOKUP to find the wall thickness: Set up at table with Pipe size in A3 and down. In column B enter corresponding wall thickness. Then use this formula (change B7 to last cell in the new table): =IF(ISNA(VLOOKUP(I262,A3:B7,2;FALSE)),"CHECK PIPE SIZE",VLOOKUP (I263,A3:B7,2,FALSE)+K263) Regards, Per On 27 Jan., 00:56, jcheko wrote: this is the formula I was trying to come up with....didn't work...I think to many if functions....what I am trying to do is for the cell to identify the size of the pipe and adding the wall thickness...for calculating the an excavation operation. any help...in anticipation thanks. =if(I263=12,K263+.1875,if(I263=18,K263+.2083,if=I2 63=24,K263+.25,if(I263=27*,K263+.3333,if(I263=30,K 263+.325,if(I263=36,K263+.3875,if(I263=42,K263+.39 7*5,if(I263=48,K263+.4441,if(I263=54,K263+.4583,if (I263=60,K263+.5,if(I263=66*,K263+.6041,if(I263=72 ,K263+.5833,if(I263=84,K263+.7291,if(I263=96,K263+ .81*25,"CHECK PIPE SIZE"))))))))))))) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Apart from the fact that VLOOKUP would be a better bet, your formula won't
work because you've got an equals sign instead of a bracket after IF. -- David Biddulph "jcheko" wrote in message ... this is the formula I was trying to come up with....didn't work...I think to many if functions....what I am trying to do is for the cell to identify the size of the pipe and adding the wall thickness...for calculating the an excavation operation. any help...in anticipation thanks. =if(I263=12,K263+.1875,if(I263=18,K263+.2083,if=I2 63=24,K263+.25,if(I263=27,K263+.3333,if(I263=30,K2 63+.325,if(I263=36,K263+.3875,if(I263=42,K263+.397 5,if(I263=48,K263+.4441,if(I263=54,K263+.4583,if(I 263=60,K263+.5,if(I263=66,K263+.6041,if(I263=72,K2 63+.5833,if(I263=84,K263+.7291,if(I263=96,K263+.81 25,"CHECK PIPE SIZE"))))))))))))) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can I nest COUNTIF functions(C5:C8,"apples") AND (D5:D8,"green") | Excel Worksheet Functions | |||
Functions for "current" & "previous" month to calculate data | Excel Worksheet Functions | |||
Excel "Move or Copy" and "Delete" sheet functions | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
can we convert "2 days 16 hrs" to " 64hrs" using excel functions | Excel Worksheet Functions |