Two questions:
1) How do I make a cell (C1 for example) who's formula is "=A1-B1" show the difference of those two cells unless the answer is 0 in which case I want it to report "N/A"? In other words, if A1 is "10" and B1 "5", then C1 would report "5" but if A1 was "10" and B1 was "10" then C1 would report "N/A" and not "0."
2) This one is more involved as it relys on the value of another cell but here goes: I need a formula that will pull a number from a cell two rows above it but depending on the text in the cell two rows below it I may need it to adjust that number accordingly. For clarification: Assume that cell B5 will always contain 1 of the following 3 text entries: DISTINCT, CAPTURED, or ASSUMED. Cell B1 will always contain a number to one decimal place (i.e. 7.2 or 55.6). I need a formula in cell B3 that pulls the number from B1 but alters it depending on the text in B5. If B5's text is "DISTINCT" I want B3 to show B1's value exactly without any alteration. But if B5's text is "CAPTURED or ASSUMED" I want B3 to show B1's value exactly UNLESS B1 is less than 44 in which case I want B3 to display the "44.0." So if B1 is "98.0" and B5 is either "CAPTURED" or "ASSUMED" than B3 should report "98.0" but if B5 is "17.9" with B5 still being either "CAPTURED" or "ASSUMED" then B3 would report "40.0."
Any help would be greatly appreciated![]()
Bookmarks