Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default If a cell is specified by the user, use formula.

I have searched the forums and couldn't find the answer to my question, so
here goes.

I have a spreadsheet that calculates Bittering Units (beer brewing) by
specifying AA% of the hops (not variable), and the weight and it will
determine the Bittering Units.

Is there any way I can allow the user to either specify the IBU, or the
mass, and for Excel to automatically calculate the other one without deleting
the formula from the cell which has been specified?

i.e. in the mass cell: If IBU is specified, calculate mass, however if mass
is specified, calculate IBU

Cheers.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default If a cell is specified by the user, use formula.

Hi

Use 2 columns for entries, and 2 additional column for calculated values.
For first entry column, apply data validation list to select between
mass/IBU, into second column, enter the value for selected parameter.
In calculated columns, use formulas like
C2=IF(OR(A2="",B2=""),"",IF(A2="mass",B2,FormulaFo rMass))
D2=IF(OR(A2="",B2=""),"",IF(A2="IBU",B2,FormulaFor IBU))


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"AdamT" wrote in message
...
I have searched the forums and couldn't find the answer to my question, so
here goes.

I have a spreadsheet that calculates Bittering Units (beer brewing) by
specifying AA% of the hops (not variable), and the weight and it will
determine the Bittering Units.

Is there any way I can allow the user to either specify the IBU, or the
mass, and for Excel to automatically calculate the other one without
deleting
the formula from the cell which has been specified?

i.e. in the mass cell: If IBU is specified, calculate mass, however if
mass
is specified, calculate IBU

Cheers.



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
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
assign formula to another cell Dannycol Excel Worksheet Functions 3 May 12th 06 09:46 PM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM


All times are GMT +1. The time now is 07:05 AM.

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

About Us

"It's about Microsoft Excel"